conversejs / converse.js

Web-based XMPP/Jabber chat client written in JavaScript
http://conversejs.org
Mozilla Public License 2.0
3.06k stars 763 forks source link

Use official types when using npm package #3488

Closed LMatass closed 3 days ago

LMatass commented 2 weeks ago

Hello,

Is there any possibility to use the official Converse.js types when integrating conversejs as an npm package? Looks like currently types are not being exported in the npm packages.

Kind regards

jcbrand commented 2 weeks ago

There hasn't yet been a release of Converse since we added types.

If you set converse.js to a recent commit hash in your package.json I think you should get the types included.