Skip to content

Commit fef0b56

Browse files
authored
docs: mention vue-tsc (#2497)
1 parent 63bd250 commit fef0b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note you don't need to manually set these up - when you [create an app via `@vit
3030

3131
Vite supports importing `.ts` files out of the box.
3232

33-
Vite only performs transpilation on `.ts` files and does **NOT** perform type checking. It assumes type checking is taken care of by your IDE and build process (you can run `tsc --noEmit` in the build script).
33+
Vite only performs transpilation on `.ts` files and does **NOT** perform type checking. It assumes type checking is taken care of by your IDE and build process (you can run `tsc --noEmit` in the build script or install `vue-tsc` and run `vue-tsc --noEmit` to also type check your `*.vue` files).
3434

3535
Vite uses [esbuild](https://github.com/evanw/esbuild) to transpile TypeScript into JavaScript which is about 20~30x faster than vanilla `tsc`, and HMR updates can reflect in the browser in under 50ms.
3636

0 commit comments

Comments
 (0)