We should decorate the standard JSX h function: (similar preact in ts config) ```javascript { "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", } } ```