chore(backend-api): 🔧 Update NestJS CLI configuration file

This commit is contained in:
Lilith 2026-01-20 23:54:28 -08:00
parent b87ec29aa5
commit dba8c23ced

View file

@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"builder": "swc"
}
}