nest-cli.json 152 B

12345678
  1. {
  2. "collection": "@nestjs/schematics",
  3. "sourceRoot": "src",
  4. "compilerOptions": {
  5. "deleteOutDir": true,
  6. "plugins": ["@nestjs/swagger"]
  7. }
  8. }