v0.7.0 - react-jsx Support
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?"