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.
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"outDir": "../dist/out-tsc-e2e",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"types":[
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
}
|
|
}
|