From be5ef04b2cf2675620e477c47e57d69a0c8b6dec Mon Sep 17 00:00:00 2001 From: secilreel Date: Fri, 17 May 2024 11:23:22 -0400 Subject: [PATCH] Update scope.md --- website/docs/scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.