After much exploration, I have successfully configured Visual Studio Code to perform type checking for JavaScript within JS files. This feature highlights any bad code and provides explanations for why it is considered as such here.
However, this functionality does not extend to JavaScript code within Vue files. Despite thorough investigations of all available settings in Visual Studio Code and extensive internet searches for relevant extensions, I have been unable to find a solution.
Is there a way to enable type-checking for the JavaScript within my Vue files?