doc: revise `tsconfig.json` note

PR-URL: https://github.com/nodejs/node/pull/57353
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
This commit is contained in:
Steven 2025-03-08 18:42:31 -05:00 committed by Michaël Zasso
parent 5e51c62569
commit 792ef16921
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
1 changed files with 1 additions and 1 deletions

View File

@ -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