Skip to content

Commit

Permalink
doc: revise tsconfig.json note
Browse files Browse the repository at this point in the history
PR-URL: #57353
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Zeyu "Alex" Yang <[email protected]>
  • Loading branch information
styfle authored Mar 8, 2025
1 parent b3b9f52 commit 725089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ but we recommend version 5.8 or newer with the following `tsconfig.json` setting

> \[!NOTE]
> Use the `noEmit` option if you intend to only execute `*.ts` files, for example a build script.
> You won't need this flag if you intend to distribute `*.js` files for performance reasons.
> You won't need this flag if you intend to distribute `*.js` files.
### Determining module system

Expand Down

0 comments on commit 725089a

Please sign in to comment.