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: tell Claude it does not need `--experimental-strip-types`

Mary 2c6a8815 a1e6900e

+1 -1
+1 -1
CLAUDE.md
··· 19 19 ### project management 20 20 21 21 - tools like Node.js, Bun and pnpm are managed by mise 22 - - Node.js can run TypeScript files directly (no tsx or --experimental-strip-types needed) 22 + - Node.js can run TypeScript files directly (`node index.ts`, strip types is unflagged) 23 23 - check `pnpm view <package>` before adding a new dependency 24 24 25 25 #### root-level tasks