a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(bluesky-threading): remove types

Mary b6f3bab4 a562b635

+1 -1
+1 -1
packages/bluesky/threading/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 - "types": ["bun"], 3 + "types": [], 4 4 "outDir": "dist/", 5 5 "esModuleInterop": true, 6 6 "skipLibCheck": true,