are there any guides to start using prisma 2+nexus...
# orm-help
w
are there any guides to start using prisma 2+nexus without typescript? i really enjoyed using prisma 1 and i'm currently trying to incorporate prisma 2 into my chrome extensions workflow, but i don't know typescript pls help
r
Hey @warmSnowyMorning 👋 The Nexus framework currently is not compatible with TypeScript, but you can use
@nexus/schema
with JavaScript easily. We have an example for that here that you can look into 🙂
w
what does the outputted typescript file do? do i need to add typescript support to my webpack to do stuff with that, or do i just leave it as is
r
Yes you can leave it as it is, no problems there.