From b44096c8ae0613f2c02dec7200926f5c75224180 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:41:11 -0700 Subject: [PATCH] disable: enConfig import in i18next.d.ts --- src/@types/i18next.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/@types/i18next.d.ts b/src/@types/i18next.d.ts index a934ad0d896..8da06165eb5 100644 --- a/src/@types/i18next.d.ts +++ b/src/@types/i18next.d.ts @@ -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 {