mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-03 04:07:54 +08:00
23 lines
565 B
JSON
23 lines
565 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"lib": ["es2017", "es2016", "es2015", "dom"],
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@utils/*": ["src/core/api-manager/browser/src/app/utils/*"]
|
|
}
|
|
},
|
|
"include": ["**/**.ts"],
|
|
"exclude": ["node_modules", "**/*.spec.ts", "**/browser/**/*.ts"],
|
|
"angularCompilerOptions": {
|
|
"enableIvy": true
|
|
}
|
|
}
|