disable: enConfig import in i18next.d.ts

This commit is contained in:
flx-sta 2024-09-19 09:41:11 -07:00
parent 77efb613d7
commit b44096c8ae

View File

@ -1,4 +1,3 @@
import { type enConfig } from "../../public/locales/en/config";
import { TOptions } from "i18next";
//TODO: this needs to be type properly in the future
@ -6,7 +5,7 @@ import { TOptions } from "i18next";
declare module "i18next" {
interface CustomTypeOptions {
defaultNS: "menu", // needed here as well for typedoc
resources: typeof enConfig
// resources: typeof enConfig
}
interface TFunction {