{
  "$schema": "https://turbo.build/schema.json",
  "extends": ["//"],
  "tasks": {
    "build": {
      "dependsOn": ["^build"],
      "outputs": ["src/**/*/index.ts", "package.json", "dist/**/*"]
    }
  }
}
