-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Enable noImplicitAny
on the tsconfig
#880
Comments
@JustinBeckwith - I can take care of this, along with #881 and #882 if it hasn't been already. (If it's up for grabs) |
That would be awesome! |
Awesome, I'll start working on it in the next couple of days. Thanks 😄 |
Hey @JustinBeckwith Just wanted to let you know that I am working on this in my spare time. I kind of got slammed with work so unfortunately, I had to put this on the back-burner. Completely understand if someone else wants to take this, otherwise, I'll have a working PR eventually. Sorry 😞 |
We currently have a ton of
any
types floating around after the TypeScript conversion. We should get those cleaned up, and enablenoImplictAny
on the repo.The text was updated successfully, but these errors were encountered: