Skip to content

Commit f09df14

Browse files
committed
Prefer js to make no breaking changes
1 parent 074c9b5 commit f09df14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/core/src/common/utils/interpret-files.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import { extname } from 'node:path';
44
import resolve from 'resolve';
55

66
export const supportedExtensions = [
7-
'.ts',
87
'.js',
9-
'.tsx',
8+
'.ts',
109
'.jsx',
11-
'.mts',
10+
'.tsx',
1211
'.mjs',
12+
'.mts',
1313
'.mtsx',
14-
'.cts',
1514
'.cjs',
15+
'.cts',
1616
'.ctsx',
1717
] as const;
1818

0 commit comments

Comments
 (0)