clayrisser / react-gtk

react Native bridge for gtk desktop applications
https://clayrisser.com
MIT License
303 stars 19 forks source link

Declare JSX namespace for typescript #15

Closed diabolicle closed 4 years ago

diabolicle commented 4 years ago

Hi, I'm trying to run your example project using typescript but I can't seem to get it to work. Can you give me some pointers?

diabolicle commented 4 years ago

I got it working by following the instructions here: https://github.com/Microsoft/TypeScript/issues/15449.

clayrisser commented 4 years ago

@diabolicle awesome. Glad you were able to get it to work. Is there any way I can improve the documentation so others don't make the same mistake?