Files
core/nest-cli.json
2022-02-11 19:07:52 +08:00

19 lines
365 B
JSON

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