Custom JSX.Element Implementation for Typescript Framework using Bun

70 views Asked by At

I'm trying to create a custom TypeScript framework to get a feel for the language and to use it in my personal projects. I'm following this tutorial on Medium, and I'm stuck on finding the definition of JSX.Element. Is there something I'm missing or do I even need it for the framework? Is it because of the Bun runtime? any help would be excellent. Thanks!

0

There are 0 answers