JSPM

typescript-nestjs-swagger-plugin

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 773
  • Score
    100M100P100Q107200F

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

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

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.