also in node_modules I see schema.prisma in .prism...
# orm-help
m
also in node_modules I see schema.prisma in .prisma\client and it has all the right stuff. Confusing though because the documentation implies this information comes from @prisma not .prisma?
t
The .prisma thing is something that just changed in the latest beta release today: https://github.com/prisma/prisma/releases/tag/2.0.0-beta.4
m
thanks, any thoughts on the type errors?
r
Hey @MATTHEW CASERES 👋 Could you share your
schema.prisma
if possible?
m
Hi! It is sort of funny. So now I don't get any type errors. But I actually made it so that it SHOULD give my type errors and now the linter shows no error but I receive the correct compilation error when I run ts-node. Basically the opposite of what was happening.
Questioning my sanity a bit at the moment.