platform-codebase/features/merchant/backend-api/nest-cli.json

11 lines
253 B
JSON
Executable file

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"deleteOutDir": true,
"tsConfigPath": "tsconfig.json"
},
"entryFile": "main"
}