2019-02-05 16:20:05 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"lib": [
|
2019-05-09 16:56:24 -04:00
|
|
|
"es2018",
|
2019-02-05 16:20:05 -05:00
|
|
|
"dom"
|
|
|
|
],
|
|
|
|
"removeComments": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"skipLibCheck": true,
|
2019-05-09 16:56:24 -04:00
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
]
|
2019-02-05 16:20:05 -05:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"app/app.module.ts",
|
|
|
|
"app/main.ts"
|
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"skipMetadataEmit": true,
|
2019-05-09 16:56:24 -04:00
|
|
|
"enableIvy": true
|
2019-02-05 16:20:05 -05:00
|
|
|
}
|
|
|
|
}
|