{ "extends": "../tsconfig.json", "compilerOptions": { "esModuleInterop": true, "plugins": [ { "name": "@0no-co/graphqlsp", "schema": "../schema.graphql", "disableTypegen": true, "templateIsCallExpression": true, "template": "graphql" } ] }, "include": ["./testkit", "./tests", "./expect.ts", "local-dev.ts"] }