• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

241
Views
In vscode 'go to definition' doesn't work with import modules in .js files when alias is used

I have vue project. Go to definition works fine in .vue files, either I use alias or not.

But in .js files 'go to definition' works only if I don't use alias (checked with the same module).

It strange for me since jsconfig.json is the same.

  "include": ["designs/*", "mocks/*", "base/*"],
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"],
      "@resh/*": ["./designs/resh/*"],
      "@academia/*": ["./designs/academia/*"],
      "packages/*": ["./packages/*"]
    }
  }
}```
almost 3 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error