Files
dd-weekend/tsconfig.json
Andre Beging 9cd2447616 Initial
2020-02-11 14:58:31 +01:00

9 lines
143 B
JSON

{
"include": [
"src/typescript/**/*"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5"
}
}