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