This commit is contained in:
Andre Beging
2020-02-11 14:58:31 +01:00
commit 9cd2447616
12 changed files with 5693 additions and 0 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"include": [
"src/typescript/**/*"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5"
}
}