diff --git a/doc/api/typescript.md b/doc/api/typescript.md index 6a5d1d1dbc6ebd..43f00c77ace0fb 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -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