The requested module 'test/jsx-runtime' does not provide an export named 'jsxs'
hej, I have a exported function
I used imports property so it would point to my file. The error I'm getting looks like this:
And my question is: What exactly is
jsx() stored in jsx-runtime.ts. I also added these deno.json settings, so typescript would transpile jsx using my custom function without the need of importing it.I used imports property so it would point to my file. The error I'm getting looks like this:
error: Uncaught SyntaxError: The requested module 'test/jsx-runtime' does not provide an export named 'jsxs'And my question is: What exactly is
jsxs or where I can find documentation on that? Typescript docs only mention either jsx() or jsxDEV() depending on your config