Files
scrap/webui/node_modules/vue-tsc/README.md
Gilles Soulier dc19315e5d claudec3
2026-01-17 15:58:01 +01:00

18 lines
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.