obs-websocket-community-projects / obs-websocket-js

Consumes https://github.com/obsproject/obs-websocket
MIT License
657 stars 95 forks source link

fix: fix type error with moduleResolution node16 #333

Closed Hoishin closed 11 months ago

Hoishin commented 1 year ago

Related Issue (if applicable):

Description:

With "moduleResolution": "node16" set, users of this library receives incorrect OBSWebsocket type because internally the eventemitter3 import fails.