-
Notifications
You must be signed in to change notification settings - Fork 575
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
Erroneous types in the package. #585
Comments
Would you share more of this file @akash-rajput ? The displayed error messages make this look like something else in this file is actually causing this type error. |
Seeing errors like:
|
Hey @akash-rajput @abhischekt @colelawrence @colin-lear-at-austal we @the-guild-org are the new maintainers of this project. We are actively working on |
The types declared for options & others as well allow
string | false
where it should actually bestring | boolean
. Please correct me if this is intentional. Thanks.This gives type errors while passing config options
The text was updated successfully, but these errors were encountered: