Initial commit

This commit is contained in:
Stefan
2022-02-23 11:32:43 +01:00
commit 5614c414b6
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
}
}