feat: initial Club Launcher MVP

This commit is contained in:
2026-05-30 19:27:24 +00:00
commit 2ef7e2a92d
27 changed files with 8139 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"composite": true,
"moduleResolution": "bundler",
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["vite/client"]
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}