Configuring JSX
To use @lilybird/jsx you need to enable react-jsx. This can be done in a few ways.
{ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "@lilybird/jsx" }}jsx = "react-jsx"jsxImportSource = "@lilybird/jsx"{ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "@lilybird/jsx" }}