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