Files
opensprinkler-weather/tsconfig.json
2019-05-09 00:55:37 -04:00

15 lines
234 B
JSON

{
"compilerOptions": {
"target": "es6",
"noImplicitReturns": true,
"noEmitOnError": true,
"outDir": "js/",
"sourceMap": true,
"skipLibCheck": true
},
"include": [
"server.ts",
"routes/**/*"
]
}