chore: migrate to TypeScript 6.0.2

- Upgrade typescript from 5.9.3 to 6.0.2
- Add explicit types: ['node'] to base tsconfig (TS6 breaking change)
- Remove deprecated baseUrl from server tsconfig
- All typecheck passing
This commit is contained in:
2026-03-25 09:18:13 +08:00
parent 88326c4992
commit 9d1beab2e1
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"turbo": "^2.8.20",
"typescript": "^5.9.3"
"typescript": "^6.0.0"
},
"catalog": {
"@orpc/client": "^1.13.9",