Recently, I made the switch to Typescript for Vue and decided to enable the Volar extension. However, after doing so, I noticed that every HTML intrinsic element (such as section
and img
) is now being flagged as an error:
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements'
What's puzzling is that I'm not even using JSX...