Skip to content

Instantly share code, notes, and snippets.

@nmchenry01
Created August 25, 2020 15:05
Show Gist options
  • Select an option

  • Save nmchenry01/82266a629e2f379bcdf7986b4abb9592 to your computer and use it in GitHub Desktop.

Select an option

Save nmchenry01/82266a629e2f379bcdf7986b4abb9592 to your computer and use it in GitHub Desktop.
NestJS CLI Swagger plugin "NestJS with Swagger"
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger/plugin"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment