Skip to content

Commit

Permalink
Add link to go-to-definition doc. (#9199)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew authored Sep 28, 2024
1 parent ed03d0c commit 30d4e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/tools/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ For [Internal Packages](/repo/docs/core-concepts/internal-packages), we recommen

#### Just-in-Time Packages

Exports from Just-in-Time Packages will automatically bring you to the original TypeScript source code as long as you aren't using [entrypoint wildcards](#package-entrypoint-wildcards). Go-to-definition will work as expected.
Exports from [Just-in-Time Packages](/repo/docs/core-concepts/internal-packages#just-in-time-packages) will automatically bring you to the original TypeScript source code as long as you aren't using [entrypoint wildcards](#package-entrypoint-wildcards). Go-to-definition will work as expected.

#### Compiled Packages

Expand Down

0 comments on commit 30d4e9e

Please sign in to comment.