Initial Commit

This commit is contained in:
2023-05-11 11:36:56 +02:00
commit b78a3c1820
113 changed files with 13158 additions and 0 deletions

7
tsconfig.json Normal file
View File

@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"allowJs": true,
"outDir": "build"
}
}