ts-node
ts-node copied to clipboard
Check if swc mode supports allowJs as expected
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.