i18next-chained-backend
Version:
backend layer for i18next to chain backends
19 lines (18 loc) • 458 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom"],
"jsx": "react",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true,
"baseUrl": ".",
"paths": { "i18next-chained-backend": ["./index.d.ts"] },
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": ["./index.d.ts", "./test/**/*"],
"exclude": []
}