project structure + really basic README

This commit is contained in:
2026-06-26 10:43:27 -05:00
commit 96843acfe0
42 changed files with 5758 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"]
}