{
  "name": "@gaia/forecast-serving",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/gaia/forecast-serving/src",
  "tags": ["scope:gaia", "type:lib", "domain:weather", "lang:ts"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": { "command": "tsup", "cwd": "libs/gaia/forecast-serving" }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run --root libs/gaia/forecast-serving"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/gaia/forecast-serving/tsconfig.json"
      }
    }
  }
}
