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
Ryan
07/29/2020, 7:08 AM
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
warmSnowyMorning
07/29/2020, 4:49 PM
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