typescript-nestjs-swagger-plugin
v2.0.0
Published
@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.
Downloads
5,351
Maintainers
Readme
typescript-nestjs-swagger-plugin
@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.
Usage
Add this plugin to tsconfig.json
.
{
"compilerOptions": {
// ...other options
"plugins": [
{ "transform": "./build/typescript-nestjs-swagger.ts", "introspectComments": true },
]
},
}
For all options supported, please see: @nestjs/swagger
Sponsor
Support code development on patron.
Contributing & Development
If there is any doubt, it is very welcome to discuss the issue together. Please read Contributor Covenant Code of Conduct and CONTRIBUTING.