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