build: Configure AOT (#394)
* build: Configure AOT * build: Fix appveyor ENV settings
This commit is contained in:
committed by
László Monda
parent
015d110c2b
commit
be3e116130
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../uhk-agent/dist/out-tsc",
|
||||
"sourceMap": true,
|
||||
@@ -16,6 +15,9 @@
|
||||
"es2015.iterable",
|
||||
"dom",
|
||||
"es2016"
|
||||
]
|
||||
],
|
||||
"paths": {
|
||||
"@angular/*": ["../node_modules/@angular/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user