load remote translations
This commit is contained in:
15
node_modules/i18next-xhr-backend/tsconfig.json
generated
vendored
Normal file
15
node_modules/i18next-xhr-backend/tsconfig.json
generated
vendored
Normal 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-xhr-backend": ["./index.d.ts"] }
|
||||
},
|
||||
"include": ["./indext.d.ts", "./test/**/*.ts*"]
|
||||
}
|
Reference in New Issue
Block a user