ngx-signalr-hubservice
Version:
Makes using signalr in angular 2 easy
19 lines • 428 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"module": "commonjs",
"target": "ES5",
"lib": ["es6", "dom"],
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true
},
"files": [
"ngx-signalr-hubservice.ts",
"index.ts"
],
"exclude": [
"node_modules"
]
}