25 строки
602 B
JSON
25 строки
602 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"declaration": true,
|
||
|
"lib": ["es2015", "dom"],
|
||
|
"noImplicitAny": true,
|
||
|
"suppressImplicitAnyIndexErrors": true,
|
||
|
"types": ["requirejs"]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],
|
||
|
"files": [
|
||
|
"src/app/app.module.ts",
|
||
|
"src/app/main.ts"
|
||
|
],
|
||
|
"angularCompilerOptions": {
|
||
|
"skipMetadataEmit": true
|
||
|
}
|
||
|
}
|