i399exng1ts/tsconfig.json

14 lines
356 B
JSON
Raw Permalink Normal View History

2017-05-17 18:36:09 +03:00
{
"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
}
}