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%
356 B · 26 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": "../shared"11    },12    {13      "path": "../egress"14    },15    {16      "path": "../router"17    }18  ],19  "include": [20    "src/**/*.ts"21  ],22  "exclude": [23    "src/**/*.test.ts"24  ]25}26