initial commit

This commit is contained in:
Ben Allfree
2025-11-22 05:25:45 -08:00
commit 62c1cd8d01
38 changed files with 2214 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}