@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.
npm install typescript-nestjs-swagger-plugin




@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.
Add this plugin to tsconfig.json.
``javascript``
{
"compilerOptions": {
// ...other options
"plugins": [
{ "transform": "./build/typescript-nestjs-swagger.ts", "introspectComments": true },
]
},
}
For all options supported, please see: @nestjs/swagger
Support code development on patron.

If there is any doubt, it is very welcome to discuss the issue together.
Please read Contributor Covenant Code of Conduct and CONTRIBUTING.