25 lines
488 B
JSON
25 lines
488 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2015", "dom"],
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
|
|
"files": [
|
|
"app/app.module.ts",
|
|
"app/main-aot.ts"
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
"skipMetadataEmit" : true
|
|
}
|
|
}
|