Replies: 5 comments 16 replies
-
getting the same error when moving from TS 5.4.x to 5.5.x |
Beta Was this translation helpful? Give feedback.
-
Had the same issue with an older Vite app that upgraded to TypeScript 5.5. Managed to fix the issue by updating the TSConfig structure to adhere the structure of the latest Vite app with TSConfig split to three different config files; |
Beta Was this translation helpful? Give feedback.
-
So, I have an update. After a lot of research, I discovered that my edit: I forgot to say that I removed |
Beta Was this translation helpful? Give feedback.
-
Hi guys! |
Beta Was this translation helpful? Give feedback.
-
Just split your tsconfig.json in 3 files:
And do something like this: https://stackblitz.com/edit/vitejs-vite-hk8spl?file=tsconfig.json&terminal=dev |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to run a Docker container with Vite, Vue 3 and Nginx in my homologation server, but I'm getting the following error in my CI/CD:
This is my Dockerfile:
This is my
tsconfig.json
:This is my
tsconfig.node.json
:My
npm run build
runsvue-tsc --noEmit && vite build
.I've already did this process early and nothing changed in these files. Did something changed?
Beta Was this translation helpful? Give feedback.
All reactions