waterwolf-auth/apps/backend/nest-cli.json

10 lines
207 B
JSON
Raw Normal View History

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