diff --git a/tsconfig.json b/tsconfig.json index 8227501..5d2f064 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"], "exclude": ["node_modules"] } diff --git a/@types/graphql.d.ts b/types/graphql.d.ts similarity index 100% rename from @types/graphql.d.ts rename to types/graphql.d.ts