typescript-nestjs-swagger-plugin

@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.

Usage no npm install needed!

<script type="module">
  import typescriptNestjsSwaggerPlugin from 'https://cdn.skypack.dev/typescript-nestjs-swagger-plugin';
</script>

README

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.