In typescript 5.5 the suppressImplicitAnyIndexErrors rule will be removed. This PR fixes all ignored errors of this type in the following packages in preparation for the move to version 5.5 or above:
job-components
scripts
terafoundation
teraslice-cli
teraslice-client-js
teraslice-messaging
utils
xlucene-parser
suppressImplicitAnyIndexErrors is set to true in the tsconfig of all updated packages so we don't introduce any more of these errors before the rule is removed at the root level.
In typescript 5.5 the
suppressImplicitAnyIndexErrors
rule will be removed. This PR fixes all ignored errors of this type in the following packages in preparation for the move to version 5.5 or above:suppressImplicitAnyIndexErrors
is set to true in the tsconfig of all updated packages so we don't introduce any more of these errors before the rule is removed at the root level.Todo: bump packages
Packages that still have these errors:
ref: #3772