Skip to content

jsconfig.json compilerOptions paths doesn't work #13399

Open
@Capricair

Description

@Capricair

jsconfig.json

{
  "compilerOptions": {
    "paths": {
      "@components": ["./src/components"]
    }
  }
}
import Test from "@components/test"

module not found, I make sure that there is the component src/components/test/index.js

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions