diff --git a/nest-cli.json b/nest-cli.json index 2e1000f0d..567468983 100644 --- a/nest-cli.json +++ b/nest-cli.json @@ -2,6 +2,13 @@ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { - "plugins": ["@nestjs/swagger/plugin"] + "plugins": [ + { + "name": "@nestjs/swagger", + "options": { + "introspectComments": true + } + } + ] } }