From 0fb342c5461345cac8d3c40fea9d7ab246b443e2 Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Mon, 31 Aug 2026 00:39:47 -0400 Subject: [PATCH] Fix `lib` source code link The bundled libs moved with the TS7 import. --- packages/tsconfig-reference/copy/en/options/lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tsconfig-reference/copy/en/options/lib.md b/packages/tsconfig-reference/copy/en/options/lib.md index fb0311a7aa7e..d3912ba766d8 100644 --- a/packages/tsconfig-reference/copy/en/options/lib.md +++ b/packages/tsconfig-reference/copy/en/options/lib.md @@ -72,4 +72,4 @@ In TypeScript 4.5, lib files can be overridden by npm modules, find out more [in | `ESNext.Intl` | | `ESNext.Symbol` | -This list may be out of date, you can see the full list in the [TypeScript source code](https://github.com/microsoft/TypeScript/tree/main/src/lib). +This list may be out of date, you can see the full list in the [TypeScript source code](https://github.com/microsoft/TypeScript/tree/main/tsc/internal/bundled/libs).