initial commit

This commit is contained in:
evilchili
2026-08-09 15:46:11 -07:00
parent 71cfa81eb1
commit 02764cb8ff
13 changed files with 3882 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist/js",
},
}