mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-24 02:07:58 +00:00
17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"compileOnSave": true,
|
|
"angularCompilerOptions": {
|
|
"genDir": ".",
|
|
"debug": true
|
|
}
|
|
} |