47 lines
972 B
JSON
47 lines
972 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"src/app/@types/"
|
|
],
|
|
"lib": [
|
|
"es2017",
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"paths": {
|
|
"primeng/*": [
|
|
"node_modules/primeng-lts/*"
|
|
],
|
|
"@app/*": [
|
|
"src/app/*"
|
|
],
|
|
"@environments/*": [
|
|
"src/environments/*"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableIvy": true,
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
},
|
|
"no-import-side-effect": [
|
|
true,
|
|
{
|
|
"ignore-module": "(core-js/.*|zone\\.js/.*|@angular/localize/init)$"
|
|
}
|
|
]
|
|
} |