Skip to content

Cool library, but my path alias (tsconfig) is printing rather strange. #22

Description

@kainbryanjones

In my tsconfig.json

    "paths": {
      "@/*": ["./src/*"],
    },
//this is one of my imports (in class AndroidHandler)
import {eventHandlerWrapper} from "@/utils";

then in the graph it looks like this

image

this is my script

    "draw-dependcy-graph": "ts_dependency_graph --start src/index.ts --h --graph_folder | dot -T png > dependency_graph.png",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions