koffing/tsconfig.json
Ildar Galeev 3ee25fbe2e FE-142: update to Angular 2 (#58)
Angular 2 migration
2016-12-22 18:09:40 +03:00

18 lines
378 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"baseUrl": ".",
"paths": {
"koffing/*": ["src/app/*"]
}
}
}