Reputation: 2540
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.
Upvotes: 6
Views: 2034