We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cts
mts
1 parent e2064a6 commit 06125aaCopy full SHA for 06125aa
src/core/utils.ts
@@ -1 +1 @@
1
-export const isTS = (id: string): boolean => /\.tsx?$/.test(id)
+export const isTS = (id: string): boolean => /\.[cm]?tsx?$/.test(id)
0 commit comments