skip to Main Content

Visual Studio Code – Why does VS Code suggest me auto-imports via relative path instead of the path alias I defined in my tsconfig.json?

My project structure is like this: ---- apps ---- libs -------- index.ts -------- commmon -------- service ------------ index.ts ------------ src ---------------- index.ts ---------------- goods -------------------- index.ts -------------------- src ------------------------ index.ts ------------------------ goods.service.ts Each index.ts have an export * from '...'…

VIEW QUESTION
Back To Top
Search