Initial commit

This commit is contained in:
Jonas Lochmann
2020-02-03 01:00:00 +01:00
commit ecb3d14d2a
25 changed files with 8670 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es2015", "dom"],
"strictNullChecks": true,
"noImplicitAny": true
}
}