a tiny oauth browser client for atproto using a service worker
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}