diff --git a/type.d.ts b/index.d.ts similarity index 100% rename from type.d.ts rename to index.d.ts diff --git a/tsconfig.json b/tsconfig.json index ed742bd..b913271 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,7 +31,7 @@ }, "include": [ "next-env.d.ts", - "type.d.ts", + "index.d.ts", "**/*.ts", "**/*.tsx" ],