typescript: move graphql.d.ts to @types/

This commit is contained in:
Chika 2022-09-17 15:50:24 +03:00
parent 3c9154a963
commit 6319a25d0f
2 changed files with 1 additions and 1 deletions

View File

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