Files
aspnet-core-signalr-angular/tsconfig.json
2017-04-22 19:45:44 +03:00

13 lines
285 B
JSON

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