diff --git a/README.md b/README.md index ae615789..4438cde6 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ provider, such as `ts-node`. Otherwise, widening the acceptance extension here w ``` ## Override TypeScript detection using an environment variable -This plugin uses [native type stripping](https://nodejs.org/docs/latest-v23.x/api/typescript.html#modules-typescript) with Node 23 and later. +This plugin uses [native type stripping](https://nodejs.org/docs/latest-v23.x/api/typescript.html#modules-typescript) with [Node 22.6](https://nodejs.org/pt/blog/release/v22.6.0) and later. It is possible to override the automatic detection of a TypeScript-capable runtime using the `FASTIFY_AUTOLOAD_TYPESCRIPT` environment variable. If set to a truthy value Autoload will load `.ts` files, expecting that node has a TypeScript-capable loader.