{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "entryFile": "main",
  "compilerOptions": {
    "assets": [
      "mail/templates/**/*",
      "seed/data/**/*"
    ],
    "watchAssets": true
  }
}