19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"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/*"
|
|
]
|
|
}
|