diff --git a/website/docs/scope.md b/website/docs/scope.md index 4b267821c..5894b7918 100644 --- a/website/docs/scope.md +++ b/website/docs/scope.md @@ -13,7 +13,7 @@ options to configure scoping, so that ts-node transforms only the files in your ## File extensions -`.js` and `.jsx` are only transformed when [`allowJs`](https://www.typescriptlang.org/docs/handbook/compiler-options.html#compiler-options) is enabled. +`.js` , `.jsx`, `.mjs`, `.mts`, `.cts`, and `.cjs` are only transformed when [`allowJs`](https://www.typescriptlang.org/docs/handbook/compiler-options.html#compiler-options) is enabled. `.tsx` and `.jsx` are only transformed when [`jsx`](https://www.typescriptlang.org/docs/handbook/jsx.html) is enabled.