提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
431 B

  1. # vue-tsc
  2. Vue 3 command line Type-Checking tool.
  3. ## Usage
  4. Type check:
  5. `vue-tsc --noEmit`
  6. Build dts:
  7. `vue-tsc --declaration --emitDeclarationOnly`
  8. Check out [vue-tsc-component-library-example](https://www.npmjs.com/package/@3nuc/vue-tsc-component-library-example?activeTab=code)
  9. ([Repo Archive](https://web.archive.org/web/20220315023520/https://github.com/sethidden/vue-tsc-component-library-example))
  10. for the example repo.