{
  "eslint.workingDirectories": [
    "./langchain",
    "./examples",
    "./docs",
    "./test-exports-vercel",
    "./test-exports-cra",
  ],
  "yaml.schemas": {
    "https://json.schemastore.org/github-workflow.json": "./.github/workflows/deploy.yml"
  },
  "typescript.tsdk": "node_modules/typescript/lib"
}
