2017-02-22 13:13:21 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"lib": [ "es2015", "dom" ],
|
|
|
|
"noImplicitAny": true,
|
2018-06-20 07:01:23 -04:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"suppressImplicitAnyIndexErrors": true
|
2017-02-22 13:13:21 -05:00
|
|
|
},
|
|
|
|
"compileOnSave": true,
|
|
|
|
"exclude": [
|
|
|
|
"node_modules/*",
|
|
|
|
"**/*-aot.ts"
|
|
|
|
]
|
|
|
|
}
|