15662efec4
This is a follow-up to 487a0e1. The changes are based on [this wiki entry][1]. [1]: https://github.com/angular/angular-cli/wiki/stories-1.0-update.
21 lines
385 B
JSON
21 lines
385 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"baseUrl": "src",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
}
|
|
}
|