pashto-inflector/tsconfig.json

29 lines
587 B
JSON
Raw Permalink Normal View History

2021-03-09 12:39:13 +00:00
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
2021-03-09 12:39:13 +00:00
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
2023-08-09 12:04:36 +00:00
"src",
"testSetup.js"
2021-03-09 12:39:13 +00:00
]
}