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.

Delete obsolete tsconfig files

-23
-4
exchanges/graphcache/tsconfig.json
··· 1 - { 2 - "extends": "../../tsconfig.json", 3 - "include": ["src"] 4 - }
-4
packages/core/tsconfig.json
··· 1 - { 2 - "extends": "../../tsconfig.json", 3 - "include": ["src"] 4 - }
-7
packages/preact-urql/tsconfig.json
··· 1 - { 2 - "extends": "../../tsconfig.json", 3 - "include": ["src"], 4 - "compilerOptions": { 5 - "jsxFactory": "h" 6 - } 7 - }
-4
packages/react-urql/tsconfig.json
··· 1 - { 2 - "extends": "../../tsconfig.json", 3 - "include": ["src"] 4 - }
-4
packages/svelte-urql/tsconfig.json
··· 1 - { 2 - "extends": "../../tsconfig.json", 3 - "include": ["src"] 4 - }