Files
vanillajs-seed/node_modules/i18next-xhr-backend/tsconfig.json
2019-04-16 09:02:57 +02:00

16 lines
371 B
JSON

{
"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*"]
}