fix(trading-service): exclude prisma from tsconfig to fix build output path
This commit is contained in:
parent
d12bbb17be
commit
bb4143d75b
|
|
@ -20,5 +20,6 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"]
|
"@/*": ["src/*"]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"exclude": ["node_modules", "dist", "prisma"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue