29 lines
745 B
JSON
29 lines
745 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"strictPropertyInitialization": false,
|
|
"importHelpers": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ESNext", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|