a tiny oauth browser client for atproto using a service worker
11
fork

Configure Feed

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

at main 17 lines 446 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["esnext", "webworker", "dom"], 4 "checkJs": true, 5 "module": "preserve", 6 "target": "esnext", 7 "noImplicitReturns": true, 8 "noImplicitOverride": true, 9 "noUnusedLocals": true, 10 "noUnusedParameters": true, 11 "noFallthroughCasesInSwitch": true, 12 "noPropertyAccessFromIndexSignature": true, 13 "strict": true, 14 "isolatedModules": true, 15 "noUncheckedSideEffectImports": true 16 } 17}