When I open .vue file, below error appears in my IntelliJ IDEA:
.vue
Parsing error: "parserOptions.project" has been set for @typescript-eslint/
You need to add your files to the include array in your tsconfig:
include
"include": [ "path/to/src/**/*" ]
Source: Github and StackOverflow