Files
Chromacase/back/nest-cli.json
2022-09-26 22:48:26 +09:00

15 lines
273 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": [{
"name": "@nestjs/swagger",
"options": {
"introspectComments": true,
"dtoFileNameSuffix": []
}
}]
}
}