16 lines
371 B
JSON
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*"]
|
|
}
|