This commit is contained in:
2025-09-04 15:45:52 +08:00
commit 2b71cdc2cd
41 changed files with 2937 additions and 0 deletions

View File

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