Thread viewer for Bluesky
14
fork

Configure Feed

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

at e94b37d5f156ff92c726e5a5c427c7759c93e259 11 lines 270 B view raw
1{ 2 "compilerOptions": { 3 "target": "es2022", 4 "checkJs": true, 5 "strict": true, 6 "noImplicitAny": false, 7 "exactOptionalPropertyTypes": true, 8 "useUnknownInCatchVariables": false 9 }, 10 "include": ["*.js", "*.d.ts", "lib/**/*.d.ts", "test/**/*.js"] 11}