Can I use Prisma ORM in a JavaScript project?
Is it recommended to use Prisma ORM with a TypeScript project only? I'm using JavaScript and Postgres in a NodeJS project so I think I won't need a
tsconfig.json file. Is it considered best practice to only use Prisma ORM with a Typescript poject?