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%
326 B · 24 lines json
Raw Blame History
1{2  "extends": "../../tsconfig.base.json",3  "compilerOptions": {4    "rootDir": "src",5    "outDir": "dist",6    "noEmit": false,7    "lib": [8      "ES2023",9      "DOM"10    ]11  },12  "references": [13    {14      "path": "../shared"15    }16  ],17  "include": [18    "src/**/*.ts"19  ],20  "exclude": [21    "src/**/*.test.ts"22  ]23}24