chore(merchant/backend-api): 🔧 Update NestJS CLI config for merchant backend API source/module resolution

This commit is contained in:
Lilith 2026-01-20 23:54:27 -08:00
parent 96188f1bcd
commit 605c126761

View file

@ -3,8 +3,8 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": false,
"webpack": false,
"builder": "swc",
"deleteOutDir": true,
"tsConfigPath": "tsconfig.json"
},
"entryFile": "main"