I am new to Nuxt3
, and I am trying to use components, pages, ... and it is executing and running.
But the Problem is My LSP can not find those components imported by default. I have tried to open my codebase multiple IDEs(neovim, jetbrains, vscode) but could not find a different outcome.
The issue is persistent not only with .vue
file but also config files like nuxt.config.ts
and other ts config files.
here is my tsconfig if it helps
//
"extends": "./.nuxt/tsconfig.json"
}