My current version of IntelliJ IDEA is 2023.1 (Ultimate Edition) Build #IU-231.8109.175, released on March 28, 2023. I am facing an issue where my project fails to compile using "Vue TypeScript", resulting in some type mismatches being overlooked.
In the Settings menu, specifically under Languages & Frameworks > JavaScript > Code Quality Tools > ESLint, my configuration is set as follows: {**/*.vue,js,ts,jsx,tsx,html}
I'm seeking guidance on how to instruct IntelliJ to utilize the Vue TypeScript compiler efficiently.
Your assistance would be greatly appreciated!