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

@@ -24,6 +24,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/tsconfig": "^0.5.0",
"autoprefixer": "^10.4.0",

View File

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