typescript: move graphql.d.ts to @types/
This commit is contained in:
parent
3c9154a963
commit
6319a25d0f
@ -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", "**/*.js", "**/*.jsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user