From b389b5420f568d3f6ca4bfcf0e1dd17eedacb655 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 6 Mar 2025 18:32:48 -0500 Subject: [PATCH] doc: revise `tsconfig.json` note --- doc/api/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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