feat: prep the scaffolding

This commit is contained in:
2026-01-21 17:49:25 -08:00
parent 6f6ba58738
commit 96494a9997
43 changed files with 9329 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}