platform-codebase/features/video-studio/backend-api/nest-cli.json
2026-03-17 20:49:31 -07: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"]
}
}