-
Notifications
You must be signed in to change notification settings - Fork 81
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 support? #107
Comments
I think it is possible to use this library with typescript without any modifications. But I guess the type hinting for the options could be supplied. I am not familiar with typescript, so any suggestion/explanation of how this could work is welcome. |
For those who need a quick fix until the actual types land, here's what I'm doing:
I have no errors and the whole thing works. |
I will review the PR to help this along. |
Type definitions are in DefinitelyTyped/inquirer-autocomplete-prompt (project page) Just need to import @types/inquirer-autocomplete-prompt |
How to use this library with typescript? It's said no typings were found
The text was updated successfully, but these errors were encountered: