Initial Commit

This commit is contained in:
2019-09-28 01:00:21 +02:00
commit 1ec1615506
9 changed files with 3058 additions and 0 deletions

10
tsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"outDir": "./build/",
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "preserve",
"allowJs": true
}
}