32 lines
664 B
JSON
32 lines
664 B
JSON
|
|
{
|
||
|
|
"compileOnSave": false,
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": "./",
|
||
|
|
"outDir": "./dist/out-tsc",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": false,
|
||
|
|
"module": "es2015",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"importHelpers": true,
|
||
|
|
"target": "es5",
|
||
|
|
"typeRoots": [
|
||
|
|
"node_modules/@types"
|
||
|
|
],
|
||
|
|
"paths": {
|
||
|
|
"@app/*": ["src/app/*"],
|
||
|
|
"@env/*": [
|
||
|
|
"src/environments/*"
|
||
|
|
],
|
||
|
|
"@core/*": ["src/app/core/*"],
|
||
|
|
"@modules/*": ["src/app/modules/*"],
|
||
|
|
"@shared/*": ["src/app/shared/*"]
|
||
|
|
},
|
||
|
|
"lib": [
|
||
|
|
"es2018",
|
||
|
|
"dom"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|