Social Annotations in the Atmosphere
15
fork

Configure Feed

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

at main 16 lines 421 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ESNext", 5 "lib": ["ES2020", "DOM"], 6 "moduleResolution": "bundler", 7 "strict": true, 8 "esModuleInterop": true, 9 "skipLibCheck": true, 10 "resolveJsonModule": true, 11 "isolatedModules": true, 12 "types": ["wxt/client-types"] 13 }, 14 "include": ["entrypoints/**/*", "components/**/*", "lib/**/*"], 15 "exclude": ["node_modules", ".output"] 16}