Skip to content

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"
}
}