From e99ada34faa4c51cff657ec5ccfea398a76147b2 Mon Sep 17 00:00:00 2001 From: Dom Armstrong Date: Mon, 9 Mar 2026 11:47:12 +0000 Subject: [PATCH] Add default support for .cts and .mts file extensions --- default-extension.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default-extension.js b/default-extension.js index 46ebadc..7259914 100644 --- a/default-extension.js +++ b/default-extension.js @@ -6,5 +6,7 @@ module.exports = [ '.mjs', '.ts', '.tsx', - '.jsx' + '.jsx', + '.cts', + '.mts' ];