ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Check if swc mode supports allowJs as expected

Open cspotcode opened this issue 3 years ago • 0 comments

I noticed that the swc transpiler plugin is generating tsx and ts variants of config, but is not creating a js variant. This is probably fine 99% of the time, but I want to double-check there aren't any weird cases where JS only compiles correctly when we tell SWC to expect typescript syntax.

cspotcode avatar Jun 17 '22 21:06 cspotcode