0.27.1
Changelog
-
It has been tested that
typegraphql-prismacan work with Prisma releasev5.4.2๐ช This only address backward compatibility and does not include support for any new features. Please refer to the installation docs warning message: https://prisma.typegraphql.com/docs/basics/installation#typegraphql-prisma-generator -
Because of Prisma v5.0 recent change, the supported Node.js version has been bumped to
v16.13.0or newer, together withES2022compilation target. -
The overhead of generated TS source code transpilation done by generator was reduced by ~50% ๐ All thanks to setting
"skipLibCheck": true,incompilerOptionsoftsconfig.json.Before: 7.63s After: 5.53s
emitTranspiledCode = false: 2.51s