Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore note about @deno-types #1256

Merged
merged 9 commits into from
Dec 12, 2024
9 changes: 6 additions & 3 deletions runtime/reference/ts_config_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,12 @@ When you’re performing type checking on `coolLib` and using it in your file, t
TypeScript type definitions from `coolLib.d.ts` will take precedence over
examining the JavaScript file.

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

In the past the `@ts-types` directive was called `@deno-types`.
This alias still works, but is not recommended anymore. Use `@ts-types`.
thisisjofrank marked this conversation as resolved.
Show resolved Hide resolved

:::

## Providing types when hosting

Expand Down
Loading