From cc0204331ad27c1521dfe843bcbdcc7cc07ab643 Mon Sep 17 00:00:00 2001 From: Jack Works Date: Sat, 16 Feb 2019 10:23:06 +0800 Subject: [PATCH] Add a file --- types/gun/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/gun/tsconfig.json b/types/gun/tsconfig.json index 10fe933ba8..0b6beab5e6 100644 --- a/types/gun/tsconfig.json +++ b/types/gun/tsconfig.json @@ -18,6 +18,7 @@ }, "files": [ "index.d.ts", + "gun.d.ts", "gun-tests.ts" ] }