I would like to just type check vue files without building the whole application. Any way to do this?
I know vue-cli-service serve
and vue-cli-service build
will do typecheck by fork-ts-checker-webpack-plugin
, but it build the whole application and it's slow.
For Vue 3 you can use vue-tsc, to do this
vue-tsc --noEmit
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With