VS Code keeps trying to warn me about TypeScript errors in my JavaScript code. The project does have some TypeScript in other places, but not in this file.
Notice the white thing overlapping the __.
How can I stop it doing this?
I have tried these settings, which did not prevent it:
"typescript.validate.enable": false"vetur.validation.interpolation": falseBasically, I don't want VS Code to do anything TypeScript-y in any .js file.