initial commit

This commit is contained in:
Lauchmelder 2021-11-25 20:56:15 +01:00
commit d7513092df
5 changed files with 28 additions and 0 deletions

6
tsconfig.json Normal file
View file

@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs"
}
}