{
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "compilerOptions": {
    "deleteOutDir": true,
    "webpack": false,
    "tsConfigPath": "tsconfig.build.json",
    "assets": ["**/*.prisma"],
    "watchAssets": true,
    "preserveWatchOutput": true,
    "builder": "tsc"
  }
}
