We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I cannot seem to be able to import Musquette in my Typescript project (Node v16, based on https://www.npmjs.com/package/@gjuchault/typescript-library-starter)
If I add these lines to the test :
import { MQTTSubject } from 'musquette' let mqtt = new MQTTSubject(`ws://localhost:9001`)
I get :
TypeError: Cannot read property 'prototype' of undefined
Are there recommended TS options to make it work ?
The text was updated successfully, but these errors were encountered:
Hi bcopy,
thank you for filing the issue. I haven’t actively used this library for some time. Let me investigate!
Best Marten
Sorry, something went wrong.
Hi, I tried switching to a simpler setup, just essential jest and typescript support, but the result is always the same.
No branches or pull requests
Hi,
I cannot seem to be able to import Musquette in my Typescript project (Node v16, based on https://www.npmjs.com/package/@gjuchault/typescript-library-starter)
If I add these lines to the test :
I get :
Are there recommended TS options to make it work ?
The text was updated successfully, but these errors were encountered: