build: not check types/graphql.ts

This commit is contained in:
Chika 2022-07-16 14:19:09 +03:00
parent 225c0e5a7b
commit a0cc238508

View File

@ -19,5 +19,5 @@
},
"files": ["types/graphql.d.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
"exclude": ["node_modules", "**/__generated__"]
"exclude": ["node_modules", "**/__generated__", "./types/graphql.ts"]
}