Created
October 13, 2021 15:21
-
-
Save rskhan167/f86d438be4379f4d4727793abaf77e51 to your computer and use it in GitHub Desktop.
Nestjs Series
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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