In my Vue project, I am encountering an issue while using TypeScript.
Whenever I try to import a .vue file, I encounter a 'cannot find module...' error.
https://i.sstatic.net/jUPGe.jpg
The strange thing is that the intellisense only displays the directory right above the .vue file.
https://i.sstatic.net/aOWlg.jpg The directory is shown correctly by intellisense
https://i.sstatic.net/ZpAwT.jpg However, it does not display the .vue file within it
In addition, I have a vue-shim.d.ts file located in the root directory.