-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build failure with exactOptionalPropertyTypes
enabled
#960
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This is still something I'm interested in |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Just like last month, this still is something I'd like to see. @mdonnalley you marked this as unlikely, while the creator of the issue mentioned that they are willing to come up with a PR. What's holding us back? |
@WikiRik Sorry, I forgot to update the labels on this. We're planning on addressing this in the next major |
Is your feature request related to a problem? Please describe.
Building the project using this library fails when
exactOptionalPropertyTypes
is enabled in project'stsconfig.json
unlessskipLibCheck
is also set totrue
.skipLibCheck
bypasses type checking for third-party libraries, compromising type safety.Describe the solution you'd like
exactOptionalPropertyTypes
property tooclif/core
'stsconfig.json
.Example rc/config/plugin.ts#L85:
Additional context
I would be happy to come up with a PR or collaborate on a potential solution.
The text was updated successfully, but these errors were encountered: