build(deps): typescript 5 → 6 (web + server)
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:
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user