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
Issue: I see there code block example to set lang="ts". It would be great to also add "tsx" for TSX support. It allow developer aware they can use jsx inside setup function and let them know jsx is support within SPA. Without this flag, typescript complier throw error at jsx.
Mybe within code block to show both lang example:
# Typescript support
<script lang="ts">
...
</script>
# Typscript JSX support
<script lang="tsx">
...
</script>
Thanks for your time!
The text was updated successfully, but these errors were encountered:
Hey there,
I'd like to share some feedback on Typescript Development Tooling
Issue: I see there code block example to set lang="ts". It would be great to also add "tsx" for TSX support. It allow developer aware they can use jsx inside setup function and let them know jsx is support within SPA. Without this flag, typescript complier throw error at jsx.
Mybe within code block to show both lang example:
Thanks for your time!
The text was updated successfully, but these errors were encountered: