Remotely/Remotely_Server/tsconfig.json
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -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
}