prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

fix tests

Tyler 1c79b4a9 2a09b10c

+1 -1
+1 -1
tsconfig.json
··· 12 12 "target": "ES2022", 13 13 "allowImportingTsExtensions": true 14 14 }, 15 - "include": ["src"] 15 + "include": ["src", "tests"] 16 16 }