diff --git a/tsconfig.json b/tsconfig.json index 3e0a45e..9b76141 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"] + "exclude": ["node_modules", "**/__generated__"] }