8000 Update docs about "TypeScript Configuration Files" (#17677) · prettier/prettier@b55e777 · GitHub
[go: up one dir, main page]

S 8000 kip to content

Commit b55e777

Browse files
authored
Update docs about "TypeScript Configuration Files" (#17677)
1 parent b197c99 commit b55e777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The options you can use in the configuration file are the same as the [API optio
2727

2828
### TypeScript Configuration Files
2929

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.
3131

3232
```sh
3333
node --experimental-strip-types node_modules/prettier/bin/prettier.cjs . --write

website/versioned_docs/version-stable/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The options you can use in the configuration file are the same as the [API optio
2727

2828
### TypeScript Configuration Files
2929

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.
3131

3232
```sh
3333
node --experimental-strip-types node_modules/prettier/bin/prettier.cjs . --write

0 commit comments

Comments
 (0)
0