mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
16 lines
366 B
JSON
16 lines
366 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"]
|
|
}
|