I’m learning graphql and using prisma-binding for graphql operations. I’m facing this nodemon error while I’m starting my node server and its giving me the path of schema file...
I’m trying to run a dev server with TypeScript and an Angular application without transpiling ts files every time. What I found is that I can run .ts files...

