SmartHomeDashboard/Server/tsconfig.json

13 lines
243 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": false,
"target": "ES5",
"outDir": "scripts"
},
"include": [
"server/**/*"
]
}