vendaweb-api/nest-cli.json

16 lines
265 B
JSON
Raw Normal View History

2025-01-27 20:44:27 +00:00
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": [
{
"name": "@nestjs/swagger",
"options": {
"classValidatorShim": false,
"introspectComments": true
}
}
]
}
}