How to Automatically Recognize Type Definitions in Nuxt.js Project Without Explicit Imports in VSCode?
I’m working on a Nuxt.js project with TypeScript and I’m encountering issues with VSCode not recognizing my type definitions automatically. I want to avoid explicitly importing types in every file. Here is my setup and the problem I’m facing: