Initial commit

This commit is contained in:
Zoe
2026-09-19 14:53:40 -05:00
commit 75b3a01aee
10 changed files with 538 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2023",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"outDir": "dist",
"rootDir": ".",
"noUncheckedIndexedAccess": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}