Module paths aliases NOT integrating automatically with vscode #15798
Unanswered
tomasgil123
asked this question in
Help
Replies: 1 comment
|
It's not vscode what is complaining, as far as I can tell - it's eslint, just add paths to eslint.json, something like: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Im trying to use absolute paths with Nextjs, but vscode complains it can not resolve the module. Nevertheless, the site is working ok.
My jsconfig.json file:

How Im trying to import the component:

My folder structure:

Vscode error message:

All reactions