Skip to content

jsconfig.js compilerOptions paths  #333

@EreDem

Description

@EreDem

I am using next.js with paths like import H1 from "@/common/component/element/H1";. My jsconfig.js looks like following:

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

Import cost does not show anything for those imports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions