nest-cli.json 224 B

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