Can't use ts alias in schema related files with drizzle-kit
Hey
I have a
ex:
whenever I run
How can I make drizzle-kit work with my custom aliases?
@ -> src path alias setup in my tsconfig. I made use of it in one of my schema files:ex:
import { tableA } from '@/lib/entities/tableA/schemawhenever I run
drizzle-kit generate:XX, I get this error: How can I make drizzle-kit work with my custom aliases?