README 文件修改

This commit is contained in:
Connor
2026-01-12 19:30:52 +08:00
parent b260ca83a6
commit 76c95340cf
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}