types: move graphql type to /types

This commit is contained in:
Chika 2022-05-14 15:17:39 +03:00
parent 0aba06a511
commit 41d06015b4
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"incremental": true,
"typeRoots": ["node_modules/@types", "@types"]
},
"files": ["@types/graphql.d.ts"],
"files": ["types/graphql.d.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}