waterwolf-auth/apps/backend/nest-cli.json
2024-10-16 17:42:02 -04:00

10 lines
247 B
JSON

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