-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add TypeScript type definitions #20
Comments
Yeah, I think that would be useful, although I'm tempted to just port the project to use TypeScript directly instead... 🤔 |
Unfortunaltey this does not seem to work with some tools like tslint which looks for |
@DanielRuf I'm very surprised by that. This is the official and documented way to provide type declarations for TypeScript. Do you have a reproduction somewhere where this does not work and creates problems? |
@Turbo87 yes, try |
@DanielRuf 0.5.0 does not include the type definitions yet. apparently I forgot to release it 🤦♂️ |
@DanielRuf I've published v0.5.1 including the typedefs, so this should work fine now |
Awesome, many thanks =) |
https://github.com/DefinitelyTyped/DefinitelyTyped
The text was updated successfully, but these errors were encountered: