File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
website/versioned_docs/version-stable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The options you can use in the configuration file are the same as the [API optio
27
27
28
28
### TypeScript Configuration Files
29
29
30
- TypeScript support for Node.js is currently experimental, Node.js >=22.6.0 is required and ` --experimental-strip-types ` is required to run Node.js.
30
+ TypeScript support requires Node.js>=22.6.0, and ` --experimental-strip-types ` is required before Node.js v24.3.0 to run Node.js.
31
31
32
32
``` sh
33
33
node --experimental-strip-types node_modules/prettier/bin/prettier.cjs . --write
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The options you can use in the configuration file are the same as the [API optio
27
27
28
28
### TypeScript Configuration Files
29
29
30
- TypeScript support for Node.js is currently experimental, Node.js >=22.6.0 is required and ` --experimental-strip-types ` is required to run Node.js.
30
+ TypeScript support requires Node.js>=22.6.0, and ` --experimental-strip-types ` is required before Node.js v24.3.0 to run Node.js.
31
31
32
32
``` sh
33
33
node --experimental-strip-types node_modules/prettier/bin/prettier.cjs . --write
You can’t perform that action at this time.
0 commit comments