{
  "name": "shared-portals",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/ui/shared-portals/src",
  "prefix": "lib",
  "projectType": "library",
  "tags": [
    "scope:portal",
    "domain:portal-shared",
    "type:ui"
  ],
  "targets": {
    "test": {
      "executor": "@nx/jest:jest",
      "outputs": [
        "{workspaceRoot}/coverage/{projectRoot}"
      ],
      "options": {
        "jestConfig": "libs/ui/shared-portals/jest.config.ts",
        "tsConfig": "libs/ui/shared-portals/tsconfig.spec.json"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint"
    }
  }
}
