From 7d317f5213fc6af8b07651cb16a80ba70afbe3f6 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 12 Dec 2024 01:16:33 +0900 Subject: [PATCH] Restore note about @deno-types --- runtime/reference/ts_config_migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/reference/ts_config_migration.md b/runtime/reference/ts_config_migration.md index cf3a60bd..9e99d92b 100644 --- a/runtime/reference/ts_config_migration.md +++ b/runtime/reference/ts_config_migration.md @@ -279,6 +279,9 @@ The compiler hint pattern-matching is quite flexible, it accepts both quoted and non-quoted values for the specifier, as well as any whitespace around the equals sign. +> ℹ️ _Note_: The directive `@deno-types` can be used as an alias for +> `@ts-types`. This is not recommended anymore. + ## Providing types when hosting If you have control over the module’s source code or how the file is hosted on a