JSPM

vue-tsc

3.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2124199
  • Score
    100M100P100Q188185F
  • License MIT

Package Exports

  • vue-tsc
  • vue-tsc/bin/vue-tsc
  • vue-tsc/bin/vue-tsc.js
  • vue-tsc/index.js
  • vue-tsc/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-tsc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-tsc

Vue 3 command line Type-Checking tool.

Usage

Type check:

vue-tsc --noEmit

Build dts:

vue-tsc --declaration --emitDeclarationOnly

Check out https://github.com/vuejs/language-tools/discussions/640#discussioncomment-1555479 for the example repo.