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

11 lines
254 B
JSON
Executable file

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