NX and esbuild version: 20.6.2esbuild try to run typecheck on the auto generated prisma files and fails due to strict rules in our repo (erasableSyntaxOnly, exactOptionalPropertyTypes and noUnusedLocals).skipLibCheck: true.esbuild and nx even try to check them???import {PrismaClient} from '@prisma/client-application'