增加 bun-types 依赖并调整 tsconfig 配置

This commit is contained in:
2026-05-21 13:21:18 +08:00
parent cb298f2099
commit e0b81c2114
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^24.7.2",
"bun-types": "^1.3.3",
"typescript": "^5.9.3"
}
}