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

this is my script
"draw-dependcy-graph": "ts_dependency_graph --start src/index.ts --h --graph_folder | dot -T png > dependency_graph.png",
In my tsconfig.json
then in the graph it looks like this
this is my script