GeneratorConfig
This type represents the configuration type for the generators configuration option. This type is an object that has 2 properties:
include
Type: Path[]
Prisma Util will include all generators from these Paths to the final schema, while resolving naming conflicts to ensure proper running of them.
run
By default, Prisma Util will run all generators from the files included via include. However, you can modify this behavior by specifying a GeneratorRunCondition for specific FileGenerators defined by this key-value pair.
Last updated