tangled
alpha
login
or
join now
sajidanwar.com
/
atcute
forked from
mary.my.id/atcute
0
fork
atom
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
0
fork
atom
overview
issues
pulls
pipelines
chore: set rootDir on all packages
mary.my.id
2 months ago
4ad8002b
9c40d5b1
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+55
55 changed files
expand all
collapse all
unified
split
packages
bluesky
moderation
tsconfig.json
richtext-builder
tsconfig.json
richtext-parser
tsconfig.json
richtext-segmenter
tsconfig.json
search-parser
tsconfig.json
threading
tsconfig.json
clients
cache
tsconfig.json
client
tsconfig.json
firehose
tsconfig.json
jetstream
tsconfig.json
tap
tsconfig.json
definitions
atproto
tsconfig.json
bluemoji
tsconfig.json
bluesky
tsconfig.json
frontpage
tsconfig.json
leaflet
tsconfig.json
lexicon-community
tsconfig.json
microcosm
tsconfig.lib.json
ozone
tsconfig.json
pckt
tsconfig.json
standard-site
tsconfig.json
tangled
tsconfig.json
whitewind
tsconfig.json
identity
did-plc
tsconfig.json
identity
tsconfig.json
identity-resolver
tsconfig.json
identity-resolver-node
tsconfig.json
internal
dev-env
tsconfig.json
pkg-size-report
tsconfig.json
lexicons
lex-cli
tsconfig.json
lexicon-doc
tsconfig.json
lexicon-resolver
tsconfig.json
lexicon-resolver-node
tsconfig.json
lexicons
tsconfig.json
misc
time-ms
tsconfig.json
uint8array
tsconfig.json
util-fetch
tsconfig.json
util-text
tsconfig.json
oauth
browser-client
tsconfig.json
keyset
tsconfig.json
node-client
tsconfig.json
servers
xrpc-server
tsconfig.json
xrpc-server-bun
tsconfig.json
xrpc-server-cloudflare
tsconfig.json
xrpc-server-deno
tsconfig.json
xrpc-server-node
tsconfig.json
utilities
car
tsconfig.json
cbor
tsconfig.json
cid
tsconfig.json
crypto
tsconfig.json
mst
tsconfig.json
multibase
tsconfig.json
repo
tsconfig.json
tid
tsconfig.json
varint
tsconfig.json
+1
packages/bluesky/moderation/tsconfig.json
···
1
1
{
2
2
"compilerOptions": {
3
3
"types": [],
4
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
4
+
"rootDir": "lib/",
4
5
"outDir": "dist/",
5
6
"esModuleInterop": true,
6
7
"skipLibCheck": true,