* Update angular to 4.2.6 * Update rxjs * Update webpack * Update type definitions * Update tslint
26 lines
495 B
JSON
26 lines
495 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"lib": [
|
|
"es6",
|
|
"es2016.array.include",
|
|
"dom",
|
|
"dom.iterable",
|
|
"scripthost"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"./dist",
|
|
".electron/dist",
|
|
"node_modules"
|
|
]
|
|
}
|