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 @/... 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.
Screenshot_2023-07-02_at_13.30.43.png
Was this page helpful?