-
Hi. is there any way that I can enable react 17 JSX transforms in ts-node? |
Beta Was this translation helpful? Give feedback.
Answered by
cspotcode
Apr 1, 2022
Replies: 1 comment
-
ts-node delegates all transformation tasks to the underlying compiler, be it typescript or swc. Do typescript and/or swc support react 17 JSX transforms? If so, is there a particular configuration that is necessary to enable that type of transformation? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pooya121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ts-node delegates all transformation tasks to the underlying compiler, be it typescript or swc. Do typescript and/or swc support react 17 JSX transforms? If so, is there a particular configuration that is necessary to enable that type of transformation?