Closed
Description
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:
# Typescript support
<script lang="ts">
...
</script>
# Typscript JSX support
<script lang="tsx">
...
</script>
Thanks for your time!
Metadata
Metadata
Assignees
Labels
No labels