Initial commit

This commit is contained in:
Stefan
2022-04-20 10:56:38 +02:00
commit 6b4aea6a2f
7 changed files with 207 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": true,
"lib": ["esnext"],
"esModuleInterop": true
}
}