Files
aspnet-core-signalr-angular/tsconfig.json
2016-09-26 10:49:50 +03:00

17 lines
372 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"suppressImplicitAnyIndexErrors": true
},
"compileOnSave": true,
"angularCompilerOptions": {
"genDir": ".",
"debug": true
}
}