CAU-NLP-Spring-2019-PQ-Man-.../functions/tsconfig.json

16 lines
258 B
JSON
Raw Normal View History

2019-06-12 12:47:36 +00:00
{
"compilerOptions": {
"module": "commonjs",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017"
},
"compileOnSave": true,
"include": [
"src"
]
}