first commit

This commit is contained in:
KS Jannette
2026-05-17 19:49:23 -04:00
commit b289607e78
1249 changed files with 621091 additions and 0 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
}