From b64f48a71ab8f45b27ffe864b7b2c77b1e5a22cd Mon Sep 17 00:00:00 2001 From: Yuri Date: Tue, 25 Feb 2025 11:49:48 +0800 Subject: [PATCH] Update TypeScript 5.7.md Fixed incorrect header level --- packages/documentation/copy/en/release-notes/TypeScript 5.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/release-notes/TypeScript 5.7.md b/packages/documentation/copy/en/release-notes/TypeScript 5.7.md index 95219e2afa26..3704588eda10 100644 --- a/packages/documentation/copy/en/release-notes/TypeScript 5.7.md +++ b/packages/documentation/copy/en/release-notes/TypeScript 5.7.md @@ -349,7 +349,7 @@ This should avoid this common worst-case behavior. For more information, [see the change here](https://github.com/microsoft/TypeScript/pull/59688). -### Validated JSON Imports in `--module nodenext` +## Validated JSON Imports in `--module nodenext` When importing from a `.json` file under `--module nodenext`, TypeScript will now enforce certain rules to prevent runtime errors.