{
  "name": "expo",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "packages/expo/src",
  "projectType": "library",
  "targets": {
    "build-base": {
      "executor": "@nx/js:tsc",
      "options": {
        "assets": [
          "packages/expo/*.md",
          {
            "input": "packages/expo",
            "glob": "**/!(*.ts)",
            "output": "/"
          },
          {
            "input": "packages/expo",
            "glob": "**/*.d.ts",
            "output": "/"
          },
          {
            "input": "packages/expo",
            "glob": "**/files/**",
            "output": "/"
          },
          {
            "input": "packages/expo",
            "glob": "**/files/**/.gitkeep",
            "output": "/"
          },
          {
            "input": "packages/expo",
            "glob": "**/files/**/.babelrc.js.template",
            "output": "/"
          },
          {
            "input": "packages/expo",
            "glob": "**/*.json",
            "ignore": ["**/tsconfig*.json", "**/project.json"],
            "output": "/"
          },
          "LICENSE"
        ]
      }
    },
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/build/packages/expo"],
      "options": {
        "command": "node ./scripts/copy-readme.js expo"
      }
    }
  },
  "tags": []
}
