Question #238

Author: admin
tags: frontend (web)   Vite  
Does Vite perform type checking in TypeScript code?
Yes, Vite supports importing .ts files out of the box, so it performs type checking.
No, Vite does not perform type checking, so additional plugins need to be installed.
Vite performs only transpilation of TypeScript code.
Rate the difficulty of the question:
easyhard