aspnetcore/src/Microsoft.AspNetCore.Signal.../tsconfig.json

19 lines
461 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"module": "umd",
"target": "es6",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"outDir": "../../artifacts/lib/signalr-client-modules"
},
"include": [
"./**/*",
"../../typings/*"
]
}