{ "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "plugins": [ { "name": "@nestjs/swagger", "options": { "classValidatorShim": false, "introspectComments": true, "dtoFileNameSuffix": [ ".dto.ts", ".model.ts" ] } } ] } }