client commit

This commit is contained in:
Kevin Puig
2025-09-26 23:34:36 -04:00
parent a2befbb724
commit d2a8cf11a2
24 changed files with 1648 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}