27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"inlineSources": true,
|
|
"module": "commonjs",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"target": "es2017",
|
|
"incremental": true,
|
|
"newLine": "LF"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|