Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

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

at main 24 lines 575 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["dom", "dom.iterable", "esnext"], 4 "allowJs": true, 5 "skipLibCheck": true, 6 "strict": false, 7 "forceConsistentCasingInFileNames": true, 8 "noEmit": true, 9 "incremental": true, 10 "esModuleInterop": true, 11 "module": "esnext", 12 "moduleResolution": "node", 13 "resolveJsonModule": true, 14 "isolatedModules": true, 15 "jsx": "preserve", 16 "plugins": [ 17 { 18 "name": "next" 19 } 20 ] 21 }, 22 "include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"], 23 "exclude": ["node_modules"] 24}