mid dev 2

This commit is contained in:
2025-10-22 06:13:27 -04:00
parent e22e6e90cb
commit 08e5c31957
27 changed files with 1795 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"]
}