chore: add tsconfig.server.json for bun types and install @types/bun

This commit is contained in:
2026-06-16 00:15:07 -06:00
parent e6e2d0c5cf
commit c6b41f992a
5 changed files with 278 additions and 248 deletions

View File

@@ -2,6 +2,7 @@
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.server.json" }
]
}