Skip to content
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

[Chore] - suppressImplicitAnyIndexErrors is deprecated and will stop functioning in TS 5.5 #693

Open
adithyaakrishna opened this issue Jun 20, 2023 · 3 comments
Labels

Comments

@adithyaakrishna
Copy link
Contributor

Describe the bug

Option 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5

To Reproduce

  • Open repository in VScode and tsconfig.json should a error on VSCode

Expected behavior

  • Warning or problem to be fixed

Fix

  • Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.

Screenshots

If applicable, add screenshots to help explain your problem.
Screenshot 2023-06-20 at 3 50 00 PM

Please close your issue when you feel it has been adequately resolved

@dkoes
Copy link
Contributor

dkoes commented Jun 20, 2023

How many cases of implicit indexing are there and can we fix them by strengthening the types?

@adithyaakrishna
Copy link
Contributor Author

Yes, we can. I am not exactly sure about how many are there, but I will make a list of them and work on fixing them

@adithyaakrishna
Copy link
Contributor Author

According to the cli while running webpack build, we seem to have 696 issues wrt to the any type
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants