45 lines
738 B
JSON
45 lines
738 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
"module": "es2020",
|
|
"baseUrl": "./src/",
|
|
"paths": {
|
|
"@app-base/*": [
|
|
"./src/base/"
|
|
],
|
|
"@app-root/*": [
|
|
"./src/app-root/"
|
|
],
|
|
"@app-edge/*": [
|
|
"./src/app-edge/"
|
|
],
|
|
"@common/*": [
|
|
"./src/common/"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"_enabledBlockTypes": [
|
|
"if",
|
|
"switch",
|
|
"for",
|
|
"defer"
|
|
]
|
|
}
|
|
} |