Remotely/Server/tsconfig.json
2021-07-29 07:53:59 -07:00

20 lines
368 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es2017",
"module": "ESNext",
"allowJs": false,
"moduleResolution": "Node",
"typeRoots": [ "wwwroot/lib/@types/"]
},
"exclude": [
"node_modules",
"obj",
"bin"
],
"compileOnSave": true
}