duck-booking-tool-front/tsconfig.json
Gergely Polonkai 7c1fd5de39 Initial empty Angular2 project
It is based on Angular 2.0.0 RC6.

Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
2016-09-09 14:41:06 +02:00

13 lines
260 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
}
}