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

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 (Repo Archive) for the example repo.