You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDE reports TS2307: Cannot find module error for Vue components imports. Imports are higlighted in red.
I've already reported this error here: vuejs/vue-class-component#219 because I thought that it is a vue-class-component issue, but it's not. It's a configuration issue.
Putting the following vue-shim.d.ts declaration file under my ./src directory solves the problem: