Swagger: Enable comment parsing

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-01-25 22:20:54 +01:00
parent e643d59fc2
commit 9a77cd5565
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -2,6 +2,13 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger/plugin"]
"plugins": [
{
"name": "@nestjs/swagger",
"options": {
"introspectComments": true
}
}
]
}
}