mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-25 08:49:32 +02:00
disable: enConfig import in i18next.d.ts
This commit is contained in:
parent
77efb613d7
commit
b44096c8ae
3
src/@types/i18next.d.ts
vendored
3
src/@types/i18next.d.ts
vendored
@ -1,4 +1,3 @@
|
|||||||
import { type enConfig } from "../../public/locales/en/config";
|
|
||||||
import { TOptions } from "i18next";
|
import { TOptions } from "i18next";
|
||||||
|
|
||||||
//TODO: this needs to be type properly in the future
|
//TODO: this needs to be type properly in the future
|
||||||
@ -6,7 +5,7 @@ import { TOptions } from "i18next";
|
|||||||
declare module "i18next" {
|
declare module "i18next" {
|
||||||
interface CustomTypeOptions {
|
interface CustomTypeOptions {
|
||||||
defaultNS: "menu", // needed here as well for typedoc
|
defaultNS: "menu", // needed here as well for typedoc
|
||||||
resources: typeof enConfig
|
// resources: typeof enConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
interface TFunction {
|
interface TFunction {
|
||||||
|
Loading…
Reference in New Issue
Block a user