Open busma13 opened 1 month ago
In 5.5 the suppressImplicitAnyIndexErrors
rule will be removed. That means we have to properly type any object[key]
style call. We can turn off the rule in each package's tsconfig and then fix the errors in that package only, making the PRs smaller. Keeping that rule around until it can be removed from the root tsconfig will prevent any new code from introducing more errors of this type.
Currently we are using typescript 5.2.2. The latest version is 5.6.2.
It would be nice to get completely caught up. We could then update typedoc which is blocked due to typescript version (#3768)