mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-04 12:47:49 +08:00
31 lines
495 B
JSON
31 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"es2017",
|
|
"es2016",
|
|
"es2015",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"app/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"enableIvy": true
|
|
}
|
|
}
|