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

11 lines
247 B
JSON
Raw Normal View History

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