Closed mike-van closed 2 years ago
Hi @Mike-Van, this tool has not been tested with tsc-alias
, so its unlikely to work. Instead, you can use the paths field in tsconfig.json
.
Let me know if that resolves the issue for you!
@Mike-Van Checking in on my last reply, will close this off soon if I dont hear back
I'm using
tsc-alias
for alias path in my express application, and when i tried to runmtgen command
. it gives this error:My
tsconfig.json
:My schemas.ts:
is there any config i can set for
mtgen
to work with this path alias?