Skip to content

Commit 70f54a7

Browse files
cjihrigaduh95
authored andcommitted
doc: replace NOTE that does not render properly
This commit removes one NOTE that renders properly in the GitHub web interface, but not on the Node.js docs website. PR-URL: #57484 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent fbeb4e9 commit 70f54a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/typescript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ but we recommend version 5.8 or newer with the following `tsconfig.json` setting
8686
}
8787
```
8888

89-
> \[!NOTE]
90-
> Use the `noEmit` option if you intend to only execute `*.ts` files, for example a build script.
91-
> You won't need this flag if you intend to distribute `*.js` files.
89+
Use the `noEmit` option if you intend to only execute `*.ts` files, for example
90+
a build script. You won't need this flag if you intend to distribute `*.js`
91+
files.
9292

9393
### Determining module system
9494

0 commit comments

Comments
 (0)