JSPM

vue-tsc

0.40.11
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2035278
  • Score
    100M100P100Q196718F
  • License MIT

Package Exports

  • vue-tsc/bin/vue-tsc
  • vue-tsc/bin/vue-tsc.js
  • vue-tsc/out/proxy
  • vue-tsc/out/proxy.js

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

Install: npm i vue-tsc -D

Usage: vue-tsc --noEmit && vite build

Vue 3 command line Type-Checking tool base on IDE plugin Volar.

Roadmap:

  • Type-Checking with --noEmit
  • Use released LSP module
  • Make typescript as peerDependencies
  • Cleaner dependencies (remove prettyhtml, prettier etc.) (with vscode-vue-languageservice version >= 0.26.4)
  • dts emit support
  • Watch mode support

Usage

Type check:

vue-tsc --noEmit

Build dts:

vue-tsc --declaration --emitDeclarationOnly

Check out https://github.com/johnsoncodehk/volar/discussions/640#discussioncomment-1555479 for example repo.

Sponsors