14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"compilerOptions": {
|
|
"types" : ["angular", "angular-route", "es6-promise"],
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": true,
|
|
"allowJs": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
}
|
|
} |