25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"compileOnSave": true,
|
|
"exclude": [
|
|
"node_modules/*",
|
|
"**/*-aot.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"enableIvy": false
|
|
}
|
|
} |