Skip to content

Commit

Permalink
doc: revise tsconfig.json note
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 6, 2025
1 parent 5401ac6 commit b389b54
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 b389b54

Please sign in to comment.