Why is VSCode showing this error?
It's just a jsconfig.json file.
NOTE: I'm not using TypeScript.
Try adding "exclude": ["node_modules"] as described in the VSCode docs.
"exclude": ["node_modules"]
I added this and restarted VSCode and the error message went away.