-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Remove unused type #328
Remove unused type #328
Conversation
fix importing these type while using ts noUnusedLocals config (skipLibCheck can't prevent this).
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e50ba8a:
|
Thanks! |
@timdorr could you please push for a new release? Somehow my question (#334) about it got deleted without any response. |
Just pinging here as I'd also like to see a new release. We had to disable |
Not to pile on here, but would love to see a patch release for this as well! Running into the same thing. |
Released :D ea2c5dd |
Fix importing these types while using
noUnusedLocals
config, since skipLibCheck can't prevent this.