console/integration-tests/tsconfig.json

16 lines
382 B
JSON

{
"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"]
}