You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, tshy assumes that .tsx will always be built to .js. However, if the tsconfig has "jsx": "preserve", then that won't be the case, it'll be .jsx instead.
The text was updated successfully, but these errors were encountered:
Going to do this as soon as someone comes along and says they need it (or submits a PR to do it). Until then, this issue can just hang out and avoid the complexity, because I use React for all my JSX anyway.
Right now, tshy assumes that
.tsx
will always be built to.js
. However, if the tsconfig has"jsx": "preserve"
, then that won't be the case, it'll be.jsx
instead.The text was updated successfully, but these errors were encountered: