16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [ "es2015", "dom" ],
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableIvy": false,
|
|
},
|
|
} |