Gergely Polonkai
7c1fd5de39
It is based on Angular 2.0.0 RC6. Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": false
|
|
}
|
|
}
|