platform-codebase/features/content-safety/backend-api/nest-cli.json
Lilith ff3fbb35cd chore(content-safety): 🔧 Update content safety checks in markdown/HTML sanitization pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:28 -08:00

10 lines
229 B
JSON

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