Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 8 lines 146 B view raw
1{ 2 "extends": "../../tsconfig.json", 3 "include": ["src"], 4 "compilerOptions": { 5 "jsx": "preserve", 6 "jsxImportSource": "solid-js" 7 } 8}