{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "generateOptions": {
    "spec": false
  },
  "compilerOptions": {
    "deleteOutDir": true,
    "builder": "swc",
    "assets": [
      "**/*.hbs",
      "i18n/**/*",
      {
        "include": "i18n/**/*",
        "watchAssets": true
      }
    ],
    "watchAssets": true
  }
}
