-
Notifications
You must be signed in to change notification settings - Fork 170
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
Typescript? #110
Comments
note: This does not require users to use typescript, we'd publish the typescript compiled js files + typing files as the npm package. I might work on my own fork in the meanwhile :) |
Totally down for it! I personally love getting the typings come through in my editor, even if I'm not working on a TS project. |
For reference: https://github.com/lyft/react-javascript-to-typescript-transform CC #106 |
@i-like-robots Are @types/react-tag-input compatible with this library? Or you have your own typings already included? @types/react-tags are not found. :) |
Somebody has kindly created typings for 5.x of this component, they are available here: https://www.npmjs.com/package/@types/react-tag-autocomplete |
Closing this now as I've decided that I'm not going to rewrite the library in TS and a decent types package has been created that I'm happy to help update. |
It seems the types package is outdated :( |
Any thoughts about using Typescript to maintain quality and provide typings going forward? Happy to help with the migration if so, or could supply typing files to go along with the npm package.
Thanks,
Ben
The text was updated successfully, but these errors were encountered: