2017-03-01 16:22:46 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"lib": [ "es2015", "dom" ],
|
|
|
|
"noImplicitAny": true,
|
2019-04-26 14:31:21 -04:00
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"plugins": [
|
|
|
|
{"name": "@angular/language-service"}
|
|
|
|
]
|
2017-03-01 16:22:46 -05:00
|
|
|
}
|
|
|
|
}
|