From 31ec6a7230711be28759bf500d143627ccab02b5 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Sat, 28 Sep 2024 14:27:38 -0600 Subject: [PATCH] Update docs/repo-docs/guides/tools/typescript.mdx --- docs/repo-docs/guides/tools/typescript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/guides/tools/typescript.mdx b/docs/repo-docs/guides/tools/typescript.mdx index 857c65cbe95fc..e98d6737607ba 100644 --- a/docs/repo-docs/guides/tools/typescript.mdx +++ b/docs/repo-docs/guides/tools/typescript.mdx @@ -244,7 +244,7 @@ Exports from [Compiled Packages](/repo/docs/core-concepts/internal-packages#comp -With these two files in place, your editor will now go to the definition you're expecting. +With these two files in place, your editor will now navigate to the original source code. ### Use Node.js subpath imports instead of TypeScript compiler `paths`