Typescript path alias not working properly
I'm new to Drizzle, but I'm not able to use the path alias on schema files.
Using absolute paths on the imports works without a problem, but when using any
Right now I'm working around this problema by denying
Using absolute paths on the imports works without a problem, but when using any
@/... path everything breaks.Right now I'm working around this problema by denying
@/ imports wit ESLint but that is not a good solution long term.