first commit

This commit is contained in:
2026-02-05 01:24:42 +08:00
commit 590c9e04f8
578 changed files with 58741 additions and 0 deletions

View File

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