UNPKG

graphql-codegen-plugin-typescript-swr

Version:

A GraphQL code generator plug-in that automatically generates utility functions for SWR.

19 lines (18 loc) 435 B
{ "compilerOptions": { "esModuleInterop": true, "lib": ["esnext"], "jsx": "react", "jsxFactory": "React.createElement", "skipLibCheck": true, "strict": true, "noImplicitAny": true, "noImplicitThis": true, "alwaysStrict": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "experimentalDecorators": true }, "include": ["**/*.ts", "**/*.tsx"] }