chore(backend-api): 🔧 Update NestJS CLI configuration file
This commit is contained in:
parent
b87ec29aa5
commit
dba8c23ced
1 changed files with 9 additions and 0 deletions
9
features/payments/backend-api/nest-cli.json
Normal file
9
features/payments/backend-api/nest-cli.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/nest-cli",
|
||||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": true,
|
||||
"builder": "swc"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue