Skip to content

Instantly share code, notes, and snippets.

@rskhan167
Created October 13, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rskhan167/f86d438be4379f4d4727793abaf77e51 to your computer and use it in GitHub Desktop.
Save rskhan167/f86d438be4379f4d4727793abaf77e51 to your computer and use it in GitHub Desktop.
Nestjs Series
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": [
{
"name": "@nestjs/swagger/plugin",
"options": {
"dtoFileNameSuffix": [".entity.ts", ".dto.ts"],
"controllerFileNameSuffix": [".controller.ts"]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment