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(oauth-types): set rootDir on tsconfig

Mary 73143e33 390b0883

+2 -1
+1 -1
packages/oauth/types/package.json
··· 22 22 }, 23 23 "sideEffects": false, 24 24 "scripts": { 25 - "build": "tsc --project tsconfig.build.json", 25 + "build": "tsgo --project tsconfig.build.json", 26 26 "test": "vitest", 27 27 "prepublish": "rm -rf dist; pnpm run build" 28 28 },
+1
packages/oauth/types/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": [], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,