how to build tRPC and Prisma with express?
I am using TSC as the official docs example does.
But when I use paths in tsconfig.json, It does not work because of not transforming paths . Should I add webpack like nestjs doing?
But when I use paths in tsconfig.json, It does not work because of not transforming paths . Should I add webpack like nestjs doing?