13 lines
251 B
JSON

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