Yes, I did see some reports about it online. Also, found one about type errors not being detected as regards type checking in Typescript.
From the official docs:
Vite does NOT handle type checking by itself:
- During dev, your IDE should already report the errors.
- During build, the latest template does perform type checking already. Make sure to run
npm init @vitejs/app@latest.