let i18nextBrowserLanguageDetector detect the lang

This commit is contained in:
s2
2019-04-15 17:55:56 +02:00
parent 84ba6c30f3
commit 0be7831276
147 changed files with 927 additions and 139 deletions

View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom"],
"jsx": "react",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true,
"baseUrl": ".",
"paths": { "i18next-browser-languagedetector": ["./index.d.ts"] }
},
"include": ["./indext.d.ts", "./test/**/*.ts*"]
}