Skip to content

Commit e274cc1

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 <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0be9fa3 commit e274cc1

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)