You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
683 B
32 lines
683 B
2 years ago
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"files": [],
|
||
|
"include": [],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.app.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.spec.json"
|
||
|
}
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"declaration": true,
|
||
|
"removeComments": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"target": "es2017",
|
||
|
"sourceMap": true,
|
||
|
"incremental": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"strictNullChecks": true,
|
||
|
"noImplicitAny": true,
|
||
|
"strictBindCallApply": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noFallthroughCasesInSwitch": true
|
||
|
}
|