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
@@ -20,7 +20,7 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^5.7.2",
"typescript": "^6.0.0",
"vite": "^8.0.0"
}
}