Skip to content

Commit 83e64af

Browse files
committed
docs: refresh the d.ts-from-JS JSDoc intro
Fixes #3214
1 parent e89bda9 commit 83e64af

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/documentation/copy/en/javascript/Creating DTS files From JS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ oneline: "How to add d.ts generation to JavaScript projects"
66
translatable: true
77
---
88

9-
[With TypeScript 3.7](/docs/handbook/release-notes/typescript-3-7.html#--declaration-and---allowjs),
10-
TypeScript added support for generating .d.ts files from JavaScript using JSDoc syntax.
9+
TypeScript can generate `.d.ts` files from JavaScript using JSDoc syntax.
1110

12-
This set up means you can own the editor experience of TypeScript-powered editors without porting your project to TypeScript, or having to maintain .d.ts files in your codebase.
13-
TypeScript supports most JSDoc tags, you can find [the reference here](/docs/handbook/type-checking-javascript-files.html#supported-jsdoc).
11+
This setup means you can own the editor experience of TypeScript-powered editors without porting your project to TypeScript, or having to maintain `.d.ts` files in your codebase.
12+
TypeScript supports most JSDoc tags; see the [JSDoc Reference](/docs/handbook/jsdoc-supported-types.html).
1413

1514
## Setting up your Project to emit .d.ts files
1615

0 commit comments

Comments
 (0)