bixi
Version:
企业级中后台前端解决方案
35 lines (34 loc) • 598 B
JSON
{
"extends": "../tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"module": "esnext",
"outDir": "../out-tsc/app",
"baseUrl": ".",
"types": [],
"paths": {
"@core/*": [
"app/core/*"
],
"@shared": [
"app/shared"
],
"@shared/*": [
"app/shared/*"
],
"@bixi/*": [
"../packages/*"
]
}
},
"exclude": [
"test.ts",
"**/*.spec.ts",
"templates/*.ts"
],
"angularCompilerOptions": {
"enableIvy": false
}
}