2.0.0 • Published 11 months ago

typescript-nestjs-swagger-plugin v2.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
11 months ago

typescript-nestjs-swagger-plugin

version downloads license dependencies coveralls

@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.

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.