{
  "name": "neith-study-adapter",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/study-adapter/src",
  "projectType": "library",
  "tags": ["scope:neith", "type:lib", "type:study-adapter", "layer:domain"],
  "targets": {
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"]
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/neith/study-adapter"],
      "options": {
        "config": "libs/neith/study-adapter/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/neith/study-adapter/tsconfig.lib.json"
      }
    }
  }
}
