From 547eb873f5ce44af1277088080c8cababc4c3c5c Mon Sep 17 00:00:00 2001 From: Neko Date: Thu, 21 Apr 2022 17:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor(index.d.ts):=20rename?= =?UTF-8?q?=20type.d.ts=20to=20index.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- type.d.ts => index.d.ts | 0 tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename type.d.ts => index.d.ts (100%) 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" ],