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