Skip to content

Commit 3efec7f

Browse files
authored
chore: update readme
1 parent b189625 commit 3efec7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ export interface GlobalShim {
131131

132132
On recent Node versions, you may select this runner to execute your worker file (a `.ts` file) in the native runtime.
133133

134-
As of Node v23, this feature is supported out of the box. To enable it in the current LTS, you can pass the [`--experimental-strip-types`](https://nodejs.org/docs/latest-v22.x/api/typescript.html#type-stripping) flag to the process. Visit the [documentation](https://nodejs.org/docs/latest/api/typescript.html#type-stripping) to learn more.
134+
As of Node v23.6, this feature is supported out of the box. To enable it in the current LTS, you can pass the [`--experimental-strip-types`](https://nodejs.org/docs/latest-v22.x/api/typescript.html#type-stripping) flag to the process. Visit the [documentation](https://nodejs.org/docs/latest/api/typescript.html#type-stripping) to learn more.
135135

136136
When `synckit` detects the process to be running with this flag, it will execute the worker file with the `node` runner by default.
137137

138138
#### `ts-node` (Default)
139139

140-
Prior to Node v23, you may want to use `ts-node` to execute your worker file (a `.ts` file).
140+
Prior to Node v23.6, you may want to use `ts-node` to execute your worker file (a `.ts` file).
141141

142142
If you want to use a custom tsconfig as project instead of default `tsconfig.json`, use `TS_NODE_PROJECT` env. Please view [ts-node](https://github.com/TypeStrong/ts-node#tsconfig) for more details.
143143

0 commit comments

Comments
 (0)