Next.JS Prisma trying seed with latest 3.0.2 updat...
# orm-help
v
Next.JS Prisma trying seed with latest 3.0.2 updated packages: TSError: ⨯ Unable to compile TypeScript: error TS5023: Unknown compiler option '0'. error TS5023: Unknown compiler option '1'.
r
@Vilke could you share how you have defined your seeding as it was recently changed: https://www.prisma.io/docs/guides/database/seed-database
v
Same issue here: https://github.com/prisma/prisma/issues/9211. Changing module to CommonJS fixed seed.
👍 1