feat quickly助手

This commit is contained in:
2026-01-11 14:55:23 +08:00
parent 54bbea8a32
commit 63c8fb678c
37 changed files with 2962 additions and 0 deletions

View File

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