vue-tsc
Version:
Vue 3 command line Type-Checking tool.
18 lines (10 loc) • 431 B
Markdown
# vue-tsc
Vue 3 command line Type-Checking tool.
## Usage
Type check:
`vue-tsc --noEmit`
Build dts:
`vue-tsc --declaration --emitDeclarationOnly`
Check out [vue-tsc-component-library-example](https://www.npmjs.com/package/@3nuc/vue-tsc-component-library-example?activeTab=code)
([Repo Archive](https://web.archive.org/web/20220315023520/https://github.com/sethidden/vue-tsc-component-library-example))
for the example repo.