When switching the generator provider from "prisma-client-js" to the new "prisma-client" in a CommonJS project (moduleResolution: "nodenext"), the generated client crashes at startup: Object.defineProperty(exports, "__esModule", { value: true }) throws ReferenceError: exports is not defined in ES module scope. The generator emits ESM output by default, which breaks under a CommonJS runtime even though the project itself is not ESM.