24 lines
472 B
JSON
24 lines
472 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../uhk-agent/dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2015.iterable",
|
|
"dom",
|
|
"es2016"
|
|
],
|
|
"paths": {
|
|
"@angular/*": ["../node_modules/@angular/*"]
|
|
}
|
|
}
|
|
}
|