blob: 6cdbe6de8719d0d446a846be365a36b6abf4a227 [file] [log] [blame]
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "src",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"paths": {
"@env/*": [
"environments/*"
],
"@core/*": [
"app/core/*"
],
"@shared/*": [
"app/shared/*"
],
"@masterdata/*": [
"app/masterdata-management/*"
],
"@schedule/*": [
"app/standby-schedule/*"
],
"@reporting/*": [
"app/reporting/*"
],
"@cyclic-reporting/*": [
"app/cyclic-reporting/*"
]
}
}
}