a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky

chore: set rootDir on all packages

mary.my.id 4ad8002b 9c40d5b1

verified
+55
+1
packages/bluesky/moderation/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,
+1
packages/bluesky/richtext-builder/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,
+1
packages/bluesky/richtext-parser/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,
+1
packages/bluesky/richtext-segmenter/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,
+1
packages/bluesky/search-parser/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,
+1
packages/bluesky/threading/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,
+1
packages/clients/cache/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/clients/client/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/clients/firehose/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/clients/jetstream/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/clients/tap/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/atproto/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/bluemoji/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/bluesky/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/frontpage/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/leaflet/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/lexicon-community/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/microcosm/tsconfig.lib.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/ozone/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/pckt/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/standard-site/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/tangled/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/definitions/whitewind/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/identity/did-plc/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,
+1
packages/identity/identity-resolver-node/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/identity/identity-resolver/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,
+1
packages/identity/identity/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,
+1
packages/internal/dev-env/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "lib/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/internal/pkg-size-report/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "src/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/lexicons/lex-cli/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "rootDir": "src/", 3 4 "outDir": "dist/", 4 5 "esModuleInterop": true, 5 6 "skipLibCheck": true,
+1
packages/lexicons/lexicon-doc/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,
+1
packages/lexicons/lexicon-resolver-node/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/lexicons/lexicon-resolver/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,
+1
packages/lexicons/lexicons/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,
+1
packages/misc/time-ms/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["bun"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/misc/uint8array/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["bun"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/misc/util-fetch/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,
+1
packages/misc/util-text/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,
+1
packages/oauth/browser-client/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,
+1
packages/oauth/keyset/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,
+1
packages/oauth/node-client/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,
+1
packages/servers/xrpc-server-bun/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["bun"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/servers/xrpc-server-cloudflare/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["@cloudflare/workers-types"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/servers/xrpc-server-deno/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["@types/deno"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/servers/xrpc-server-node/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,
+1
packages/servers/xrpc-server/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/utilities/car/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,
+1
packages/utilities/cbor/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/utilities/cid/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,
+1
packages/utilities/crypto/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/utilities/mst/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/utilities/multibase/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/utilities/repo/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,
+1
packages/utilities/tid/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 3 "types": ["node"], 4 + "rootDir": "lib/", 4 5 "outDir": "dist/", 5 6 "esModuleInterop": true, 6 7 "skipLibCheck": true,
+1
packages/utilities/varint/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,