chore(merchant/backend-api): 🔧 Update NestJS CLI config for merchant backend API source/module resolution
This commit is contained in:
parent
96188f1bcd
commit
605c126761
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": false,
|
||||
"webpack": false,
|
||||
"builder": "swc",
|
||||
"deleteOutDir": true,
|
||||
"tsConfigPath": "tsconfig.json"
|
||||
},
|
||||
"entryFile": "main"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue