Ihor Levchenko
Ihor Levchenko
For me, that doesn't work completely with `*.tsx` files. After compilation - `propTypes` object is absent.
The better solution I found: ```ts MyComponent['propTypes'] = { ... }; ```
I also need golang client for socket.io nodejs server. But unfortunately, googollee/go-socket.io is not working for socketio 2.0 and newer.
I've been battling with this so far as well, but no luck. Just for a note, this is relevant when you're using `electronmon` + `typescript`! This issue is relevant only...
@harismuha123 thank you for the example. Looks like it still doesn't work. It looks like it is trying to open the second instance of the app. But I will play...
@harismuha123 Using your example I faced another problem in that my `tsconfig.json` file has not been read as expected. I did not find a way to specify over `-r ts-node/register`...
Probably, this is the related issue https://github.com/electron/forge/issues/3549
> That sounds reasonable, although it was far from obvious to me how that would look like. I played around a little, and what I did was the following. Create...