{
  "name": "@yemaya/svc-study-workspace",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/yemaya/svc-study-workspace/src",
  "projectType": "application",
  "tags": ["scope:yemaya", "type:app", "plane:experience"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "apps/yemaya/svc-study-workspace",
        "command": "tsup"
      }
    },
    "serve": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/yemaya/svc-study-workspace",
        "command": "tsx watch src/index.ts"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["apps/yemaya/svc-study-workspace/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "config": "apps/yemaya/svc-study-workspace/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p apps/yemaya/svc-study-workspace/tsconfig.app.json"
      }
    }
  }
}
