UNPKG

371 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "lib": ["es6", "dom"],
6 "jsx": "react",
7 "moduleResolution": "node",
8 "forceConsistentCasingInFileNames": true,
9 "strict": true,
10 "noEmit": true,
11 "baseUrl": ".",
12 "paths": { "i18next-xhr-backend": ["./index.d.ts"] }
13 },
14 "include": ["./indext.d.ts", "./test/**/*.ts*"]
15}