vue-tsc-plus
v0.0.1
Published
A thin wrapper around vue-tsc with room for extensions. Provides both CLI and Node API.
Readme
vue-tsc-plus
A thin wrapper around vue-tsc with room for extra extensions. Exposes both a CLI (vue-tsc-plus) and a small Node API. Besides vue-tsc, it cam compile .vue files into JavaScript and CSS files.
Install
pnpm add -D vue-tsc-plusCLI
The CLI mirrors vue-tsc and forwards all arguments:
vue-tsc-plus -p tsconfig.jsonAny flags accepted by vue-tsc are supported. Additional flags may be added later.
Node API
import { run } from 'vue-tsc-plus'
run()