{
  "name": "@lilith/fastify-core",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/lilith/fastify-core/src",
  "projectType": "library",
  "tags": ["scope:lilith", "type:lib", "layer:infra"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "libs/lilith/fastify-core",
        "command": "tsc"
      }
    },
    "dev": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/lilith/fastify-core",
        "command": "tsc --watch"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "node tools/typecheck/ratchet.mjs --app libs/lilith/fastify-core --tsconfig tsconfig.typecheck.json"
      }
    },
    "clean": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/lilith/fastify-core",
        "command": "rm -rf dist"
      }
    }
  }
}
