diff --git a/tsconfig.json b/tsconfig.json index 9b76141..25bdbb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"] }