build(deps): typescript 5 → 6 (web + server)
CI/CD Pipeline / test (pull_request) Successful in 17s
CI/CD Pipeline / build-and-push (pull_request) Has been skipped

TS6 más estricto con imports side-effect de CSS → añadido src/vite-env.d.ts
(/// reference vite/client) que faltaba. Verificado local: server tsc OK, web
tsc+vite build OK.
This commit is contained in:
2026-06-27 22:58:16 +02:00
parent 6f43288807
commit 56113cbb85
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"drizzle-kit": "^0.31.0",
"socket.io-client": "^4.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript": "^6.0.0",
"vitest": "^4.0.0"
}
}