Having trouble configuring NeoVim to work with Vue on a new LunarVim setup. Specifically struggling with .ts files and importing .vue files. Treesitter has configuration for both vue and typescript, tsserver and volar LSPs are working properly with autocompletion. However, encountering errors in imports like
Cannot find module './App.vue' or its corresponding type declarations
. Have verified that the App.vue file exists, issue seems to be isolated to .vue files.enter image description here
Tried reinstalling tsserver and volar, but no success.