@azee/vue-tsc
v3.0.9
Published
Vue 3 command line Type-Checking tool.
Readme
vue-tsc
Vue 3 command line Type-Checking tool.
Usage
Type check:
vue-tsc --noEmit
Build dts:
vue-tsc --declaration --emitDeclarationOnly
Check out https://github.com/vuejs/language-tools/discussions/640#discussioncomment-1555479 for the example repo.
