Skip to content

Commit

Permalink
src: Add swagger to nest cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Csipkes Gergo committed Dec 12, 2020
1 parent 09a6c0c commit 7d1250b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"]
}
}

0 comments on commit 7d1250b

Please sign in to comment.