build(types): 补充 Bun 类型声明配置

This commit is contained in:
walker
2026-04-13 11:19:16 +08:00
committed by walker1211
parent 74f028168d
commit 26059c78dc
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -124,6 +124,7 @@
"@semantic-release/release-notes-generator": "^14.1.0",
"@tailwindcss/vite": "^4.1.17",
"@types/bcrypt": "^6.0.0",
"@types/bun": "^1.3.12",
"@types/chokidar": "^2.1.7",
"@types/express": "^4.17.21",
"@types/express-rate-limit": "6.0.0",
+4 -1
View File
@@ -42,7 +42,10 @@
"forceConsistentCasingInFileNames": true,
// Performance
"incremental": true
"incremental": true,
// Runtime type declarations
"types": ["node", "bun"]
},
"include": [
"src/**/*"