-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Feature Request: Add Type Script Support #11
Comments
Closing this as there is a viable solution. If this is still an issue, please reopen. |
Hey! The event types @markgibaud-vtail mentions does not solve the typescript issue for this module. We need type definitions for the items in js/index.js. Without them typescript does not know what type MParticle is when we import it.
The error without the type definitions
|
@joelain Thanks for the heads up. We'll reopen this issue and see when we can get it into our backlog. Tracking internally as 77187. |
Please add type support +1 |
+1 |
Tracking internally via https://go.mparticle.com/work/SQDSDKS-4220 |
Just starting to implement MParticle, and I'm really looking forward to this, particularly with option chains like so: |
We're using type script, can you add the support?
The text was updated successfully, but these errors were encountered: