Package Exports
- typescript-nestjs-swagger-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typescript-nestjs-swagger-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.