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. ## `/// `