-
Notifications
You must be signed in to change notification settings - Fork 532
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
refactor(merge-tree sequence matrix): enable noImplicitAny #18236
Conversation
I love this change! I think you may need to merge the latest main, because the tsconfigs have been changing. |
Ahhhh, I see this is targeting next, which makes sense. The PR that changes the tsconfigs is #18152, so if it's possible to wait for that to make it to |
Of course, just let me know if you notice it's been merged. I'll also keep my eye out. |
This is the main-next PR that includes the change: #18248 |
Enables noImplicitAny in merge-tree, sequence, and matrix.
Note that it explicitly disables it for test code, though this is not necessary. The type-tests seem to break with this enabled for tests, and I haven't yet investigated why. For now it seems sane to skip the tests.