mirror of
https://github.com/apgzs/cool-admin-api.git
synced 2025-04-05 03:04:57 +08:00
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"charset": "utf8",
|
|
"allowJs": false,
|
|
"pretty": true,
|
|
"noEmitOnError": false,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"strictPropertyInitialization": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"inlineSourceMap": true,
|
|
"importHelpers": true
|
|
},
|
|
"exclude": [
|
|
"app/public",
|
|
"app/views",
|
|
"node_modules*"
|
|
]
|
|
}
|