This commit contains the following changes:
M .gitignore
A Cargo.lock
A Cargo.toml
A PMOMusic/Cargo.toml
A PMOMusic/src/main.rs
D README.md
A Readme.md
16 lines
267 B
Markdown
16 lines
267 B
Markdown
# 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.
|