Next.js Discord

Discord Forum

Unable to resolve path to module (looks like i cant resole '@/' paths

Unanswered
Blue-winged Teal posted this in #help-forum
Open in Discord
Blue-winged TealOP
I have a nextJs in js project, but looks like i cannot compile and resolve @/ paths

event if i have a jsConfig

{
  "compilerOptions": {
    "paths": {
      "@/*": ["./*"]
    }
  }
}

1 Reply

Whats the exact error your seeing?