Norbert de Langen ad056dc5b7
cleanup
2022-05-03 10:36:17 +02:00

27 lines
536 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "react",
"skipLibCheck": true,
"target": "ES2020",
"module": "CommonJS",
"strict": true,
"lib": [
"dom",
"esnext"
],
"allowJs": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true
},
"include": [
"src/*"
]
}