{
  "name": "@oshun/v10-rail-phase-a",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/v10/rail-phase-a/src",
  "projectType": "library",
  "tags": ["scope:v10", "layer:feature", "type:lib"],
  "targets": {
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "passWithNoTests": false,
        "reportsDirectory": "coverage/libs/v10/rail-phase-a"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint"
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/v10/rail-phase-a"
      }
    }
  }
}
