{ "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "plugins": [ { "name": "@nestjs/swagger/plugin", "options": { "dtoFileNameSuffix": [".entity.ts", ".dto.ts"], "controllerFileNameSuffix": [".controller.ts"], "classValidatorShim": true, "dtoKeyOfComment": "description", "controllerKeyOfComment": "description", "introspectComments": true } } ] } }