skip to Main Content

Nex.js Module path aliases not clickable in vscode – SEO

I'm trying to get module path aliases clickable in vscode // Ctrl+click Working fine import Layout from "src/components/layout/Layout"; // Not working import SEO from "@components/SEO"; My JSconfig.json file { "compilerOptions": { "jsx": "react", "baseUrl": ".", "paths": { "@components/*": ["/src/components/*"], "@sections/*":…

VIEW QUESTION
Back To Top
Search