Initial Release

This commit is contained in:
2026-05-24 21:58:23 -07:00
commit 0a782e0096
209 changed files with 11657 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"outDir": "dist",
"strict": true,
"target": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"noImplicitOverride": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true
},
"exclude": [
"assets/**"
]
}