mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 08:17:22 +00:00
build(types): 补充 Bun 类型声明配置
This commit is contained in:
@@ -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
@@ -42,7 +42,10 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
// Performance
|
||||
"incremental": true
|
||||
"incremental": true,
|
||||
|
||||
// Runtime type declarations
|
||||
"types": ["node", "bun"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
||||
Reference in New Issue
Block a user