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
View File
@@ -6,6 +6,7 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["bun-types"],
"outDir": "dist",
"rootDir": "src",
"experimentalDecorators": true,