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

View File

@@ -37,10 +37,10 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "latest", "@biomejs/biome": "latest",
"@types/better-sqlite3": "^7.6.13", "@types/better-sqlite3": "^7.6.13",
"@types/bun": "latest",
"@types/express": "^5.0.6", "@types/express": "^5.0.6",
"@types/fluent-ffmpeg": "^2.1.28", "@types/fluent-ffmpeg": "^2.1.28",
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"bun-types": "latest",
"pino-pretty": "^10.3.1", "pino-pretty": "^10.3.1",
"vitest": "latest" "vitest": "latest"
} }

View File

@@ -6,6 +6,7 @@
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
"types": ["bun-types"],
"outDir": "dist", "outDir": "dist",
"rootDir": "src", "rootDir": "src",
"experimentalDecorators": true, "experimentalDecorators": true,