When attempting to write Object.values
in TypeScript, I encounter a visual error (although it compiles without issues).
https://example.com/image1.png
I have tried searching online and restarting vscode, and here is my current tsconfig.json
.
https://example.com/image2.png
Is this possibly a linter problem? I am using eslint
along with eslint-plugin-typescript
. I looked through their documentation for something like a --lib
option, but found nothing. I assume it should be included in the tsconfig.json
.
Additionally, I have set the select typescript version
to match the project's version, not vscode's.