Initial Commit

This commit is contained in:
2026-09-07 15:16:52 -04:00
commit e8ce633e5e
54 changed files with 13079 additions and 0 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler",
"strict": true, "noEmit": true, "lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": ["vite/client"], "skipLibCheck": true
},
"include": ["frontend"]
}