This commit is contained in:
Gilles Soulier
2026-01-17 15:58:01 +01:00
parent 1f7f7da0c3
commit dc19315e5d
5616 changed files with 1609815 additions and 18 deletions

17
webui/node_modules/vue-tsc/README.md generated vendored Normal file
View File

@@ -0,0 +1,17 @@
# 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.