Recently, I decided to work on a project using Vue with TypeScript. After creating the project with vue-cli and enabling TypeScript and eslint standard, everything seemed fine initially. However, when working in VS code, I noticed that the ts-plugin was flagging everything in .vue files as errors.
I've double-checked all my settings in VS code and they are set to default. I also have Vetur as a plugin with Vue pack installed.
Strangely enough, I haven't encountered similar issues when working on JavaScript projects in the past. Any suggestions on how to fix this problem?