@postact/jsx
v0.0.10
Published
JSX support for Postact.
Readme
@postact/jsx
This adds JSX support to Postact, if you'd like.
It took me forever, so please enjoy this.
You can just add @postact/jsx as the JSX input source in your tsconfig.json:
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "@postact/jsx",
}
}Then you should be good to go. Maybe. I don't fucking know.
