I'm working in PhpStorm on a Vue 2 / TypeScript project where whenever I want to include return types on functions I get "Types are not supported by current JavaScript version":
On "Preferences > Languages and Frameworks > JavaScript", I have ECMAScript 6+ selected:
I've tried restarting the IDE to no avail.
Any ideas?


jswithtsType annotations can only be used in TypeScript files