fix(trading-service): exclude prisma from tsconfig to fix build output path

This commit is contained in:
hailin 2026-01-15 04:46:01 -08:00
parent d12bbb17be
commit bb4143d75b
1 changed files with 2 additions and 1 deletions

View File

@ -20,5 +20,6 @@
"paths": {
"@/*": ["src/*"]
}
}
},
"exclude": ["node_modules", "dist", "prisma"]
}