-
Notifications
You must be signed in to change notification settings - Fork 998
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
Turned on type script definitions #206
Conversation
Awesome! We will take a look! |
I'm trying this on my Mac and I got the following error, ideas?
|
Is there more logs? That log doesn't explain anything apart from:
|
Here was the log before the error (I was simply doing
|
And there is no error on the master branch? Damn, I have no idea then :( |
Correct, the master branch is able to build... Were you able to reproduce the error on your side? |
Ok, I am able to reproduce it, and found a solution here: To fix, |
Yeah, just add an export keyword for them. You need for TypeScript users to be able to import them otherwise the compiler have no possibility to know what the type names refer to. |
@dolanmiu is exporting it enough? if yes could you update this pull request? |
I have not updated it to export yet, I can do that in a sec |
Done, can you check? I ran |
Merging it, thanks! |
You guys are using Typescript already, so you just need to turn it on and allow it to be published
If this does not work, then I will think of other solutions :)