From a0cc238508a7eedcb4f96a014c3ea2a0ec1d9ae4 Mon Sep 17 00:00:00 2001 From: Chika Date: Sat, 16 Jul 2022 14:19:09 +0300 Subject: [PATCH] build: not check types/graphql.ts --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }