{
  "collection": "@nestjs/schematics",
  "entryFile": "main",
  "sourceRoot": "src",
  "compilerOptions": {
    "tsConfigPath": "tsconfig.build.json",
    "assets": [
      {
        "include": "**/*.hbs",
        "outDir": "dist/src",
        "watchAssets": true
      }
    ]
  }
}
