SPB Git

spb/tendril Public

Tendril — web ingestion platform (scrape/crawl/map/search) on macOS Apple Silicon: WebKit fidelity, authenticated pages, deterministic testable extraction. A self-hosted Firecrawl alternative.

JavaScript 82.6% TypeScript 11.8% HTML 5.3%
554 B · 35 lines json
Raw Blame History
1{2  "extends": "../../tsconfig.base.json",3  "compilerOptions": {4    "rootDir": "src",5    "outDir": "dist",6    "noEmit": false7  },8  "references": [9    {10      "path": "../../packages/shared"11    },12    {13      "path": "../../packages/router"14    },15    {16      "path": "../../packages/egress"17    },18    {19      "path": "../../packages/fetcher-http"20    },21    {22      "path": "../../packages/extract"23    },24    {25      "path": "../../packages/frontier"26    }27  ],28  "include": [29    "src/**/*.ts"30  ],31  "exclude": [32    "src/**/*.test.ts"33  ]34}35