UNPKG

i18next-chained-backend

Version:
19 lines (18 loc) 458 B
{ "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": [] }