{ "compileOnSave": true, "compilerOptions": { "module": "umd", "target": "es6", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "outDir": "../../artifacts/test/Microsoft.AspNetCore.Client.SignalR.TS.Tests/" }, "include": [ "./**/*", "../../typings/*" ] }