mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix vue-tsc link (#20350)
This commit is contained in:
parent
886350a27c
commit
559013483f
@ -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
|
||||
-------------------------|-----------------|------------------
|
||||
|
Loading…
Reference in New Issue
Block a user