This commit is contained in:
2026-07-11 14:51:54 +08:00
parent aa937e7ce7
commit 1414040bcd
39 changed files with 5545 additions and 109 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}