Remotely/Server/wwwroot/tsconfig.json
2019-12-07 20:43:26 -08:00

18 lines
293 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es2017",
"module": "es2015",
"allowJs": false
},
"exclude": [
"node_modules",
"obj",
"bin"
],
"compileOnSave": true
}