docs: fix vue-tsc link (#20350)

This commit is contained in:
BD103 2023-04-18 09:39:34 -04:00 committed by GitHub
parent 886350a27c
commit 559013483f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description: The typecheck command runs vue-tsc to check types throughout your a
npx nuxi typecheck [--log-level] [rootDir]
```
The `typecheck` command runs [`vue-tsc`](https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc) to check types throughout your app.
The `typecheck` command runs [`vue-tsc`](https://github.com/vuejs/language-tools/tree/master/packages/vue-tsc) to check types throughout your app.
Option | Default | Description
-------------------------|-----------------|------------------