nest-cli.json 210 B

1234567891011
  1. {
  2. "$schema": "https://json.schemastore.org/nest-cli",
  3. "collection": "@nestjs/schematics",
  4. "sourceRoot": "src",
  5. "compilerOptions": {
  6. "assets": [
  7. "**/*.hbs"
  8. ],
  9. "watchAssets": true
  10. }
  11. }