From fc7e59f0f4b82589eaebad176620ee773e3a4bde Mon Sep 17 00:00:00 2001 From: xion <65892539+xionkq@users.noreply.github.com> Date: Wed, 14 May 2025 11:28:28 +0800 Subject: [PATCH] Update Triple-Slash Directives.md --- .../documentation/copy/en/reference/Triple-Slash Directives.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/documentation/copy/en/reference/Triple-Slash Directives.md b/packages/documentation/copy/en/reference/Triple-Slash Directives.md index 873ac4f6ad70..d68fa897dca6 100644 --- a/packages/documentation/copy/en/reference/Triple-Slash Directives.md +++ b/packages/documentation/copy/en/reference/Triple-Slash Directives.md @@ -58,7 +58,6 @@ For example, including `/// ` in a declaration file de and thus, this package needs to be included in the compilation along with the declaration file. For declaring a dependency on an `@types` package in a `.ts` file, use [`types`](/tsconfig#types) on the command line or in your `tsconfig.json` instead. -See [using `@types`, `typeRoots` and `types` in `tsconfig.json` files](/docs/handbook/tsconfig-json.html#types-typeroots-and-types) for more details. ## `/// `