We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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