nest-cli.json 127 B

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