Skip to content

Commit 6bed732

Browse files
authored
Fix vue-tsc link
vue-tsk link pointed to 404 page, fixed link to point to correct repo.
1 parent 8f9e959 commit 6bed732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Main article: [Using Vue with TypeScript](/guide/typescript/overview).
8888

8989
- [Volar](https://github.com/johnsoncodehk/volar) provides type checking for SFCs using `<script lang="ts">` blocks, including template expressions and cross-component props validation.
9090

91-
- Use [`vue-tsc`](https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc) for performing the same type checking from the command line, or for generating `d.ts` files for SFCs.
91+
- Use [`vue-tsc`](https://github.com/vuejs/language-tools/tree/master/packages/vue-tsc) for performing the same type checking from the command line, or for generating `d.ts` files for SFCs.
9292

9393
## Testing {#testing}
9494

0 commit comments

Comments
 (0)