Skip to content

v0.7.0 - react-jsx Support

Compare
Choose a tag to compare
@ConnorJamesLow ConnorJamesLow released this 04 Mar 20:25
· 26 commits to main since this release
3600e5b

This release adds support for react-jsx JSX code generation in Typescript.

Features

  • Added "texsaur/jsx-runtime" module.
  • "jsx": "react-jsx" is now supported (must pair with "jsxImportSource": "texsaur" and "moduleResolution": "node16"). See this project's README for details.

Closed Issues

  • #22 "How to use this with jsxImportSource?"