chore: update devDependencies and add bun-types to tsconfig

This commit is contained in:
MythEclipse
2026-05-13 19:49:56 +07:00
parent 9f09f5ef28
commit c7d8353403
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -37,10 +37,10 @@
"devDependencies": {
"@biomejs/biome": "latest",
"@types/better-sqlite3": "^7.6.13",
"@types/bun": "latest",
"@types/express": "^5.0.6",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/ws": "^8.18.1",
"bun-types": "latest",
"pino-pretty": "^10.3.1",
"vitest": "latest"
}
+1
View File
@@ -6,6 +6,7 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["bun-types"],
"outDir": "dist",
"rootDir": "src",
"experimentalDecorators": true,