nest-cli.json 244 B

123456789
  1. {
  2. "$schema": "https://json.schemastore.org/nest-cli",
  3. "collection": "@nestjs/schematics",
  4. "sourceRoot": "src",
  5. "compilerOptions": {
  6. "assets": [{ "include": "mailer/templates/**/*", "outDir": "dist" }],
  7. "watchAssets": true
  8. }
  9. }