{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "apps/micro-backend/src",
  "compilerOptions": {
    "deleteOutDir": true,
    "webpack": true,
    "tsConfigPath": "apps/micro-backend/tsconfig.app.json"
  },
  "monorepo": true,
  "root": "apps/micro-backend",
  "projects": {
    "micro-backend": {
      "type": "application",
      "root": "apps/micro-backend",
      "entryFile": "main",
      "sourceRoot": "apps/micro-backend/src",
      "compilerOptions": {
        "tsConfigPath": "apps/micro-backend/tsconfig.app.json"
      }
    },
    "login-service": {
      "type": "application",
      "root": "apps/login-service",
      "entryFile": "main",
      "sourceRoot": "apps/login-service/src",
      "compilerOptions": {
        "tsConfigPath": "apps/login-service/tsconfig.app.json"
      }
    },
    "riders": {
      "type": "application",
      "root": "apps/riders",
      "entryFile": "main",
      "sourceRoot": "apps/riders/src",
      "compilerOptions": {
        "tsConfigPath": "apps/riders/tsconfig.app.json"
      }
    },
    "auth": {
      "type": "application",
      "root": "apps/auth",
      "entryFile": "main",
      "sourceRoot": "apps/auth/src",
      "compilerOptions": {
        "tsConfigPath": "apps/auth/tsconfig.app.json"
      }
    },
    "typeorm": {
      "type": "library",
      "root": "libs/typeorm",
      "entryFile": "index",
      "sourceRoot": "libs/typeorm/src",
      "compilerOptions": {
        "tsConfigPath": "libs/typeorm/tsconfig.lib.json"
      }
    },
    "merchant": {
      "type": "application",
      "root": "apps/merchant",
      "entryFile": "main",
      "sourceRoot": "apps/merchant/src",
      "compilerOptions": {
        "tsConfigPath": "apps/merchant/tsconfig.app.json"
      }
    },
    "uploads": {
      "type": "library",
      "root": "libs/uploads",
      "entryFile": "index",
      "sourceRoot": "libs/uploads/src",
      "compilerOptions": {
        "tsConfigPath": "libs/uploads/tsconfig.lib.json"
      }
    },
    "static-file": {
      "type": "library",
      "root": "libs/static-file",
      "entryFile": "index",
      "sourceRoot": "libs/static-file/src",
      "compilerOptions": {
        "tsConfigPath": "libs/static-file/tsconfig.lib.json"
      }
    },
    "gateway": {
      "type": "application",
      "root": "apps/gateway",
      "entryFile": "main",
      "sourceRoot": "apps/gateway/src",
      "compilerOptions": {
        "tsConfigPath": "apps/gateway/tsconfig.app.json"
      }
    },
    "customer": {
      "type": "application",
      "root": "apps/customer",
      "entryFile": "main",
      "sourceRoot": "apps/customer/src",
      "compilerOptions": {
        "tsConfigPath": "apps/customer/tsconfig.app.json"
      }
    },
    "shop": {
      "type": "application",
      "root": "apps/shop",
      "entryFile": "main",
      "sourceRoot": "apps/shop/src",
      "compilerOptions": {
        "tsConfigPath": "apps/shop/tsconfig.app.json"
      }
    }
  }
}