All shown boilerplate is copy paste of a new CLI generated project using the rc.0 blueprints. Formatting might be a bit different from the norm in the angular.io repo but it should be left as is, since the shown files should match a generated project.
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2016"
|
|
]
|
|
}
|
|
}
|