diff --git a/src/config.ts b/src/config.ts index 9a5b424..190e5ba 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,2 +1 @@ -// @ts-expect-error export const config = {}; \ No newline at end of file diff --git a/src/i18n.ts b/src/i18n.ts index 140d92c..2b39a0f 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -1,7 +1,10 @@ +// @ts-expect-error import i18n from 'i18next'; // @ts-expect-error import Backend from 'i18next-http-backend'; +// @ts-expect-error import LanguageDetector from 'i18next-browser-languagedetector'; +// @ts-expect-error import { initReactI18next } from 'react-i18next'; i18n