From c77aa151b818e28040f1b419ba5a433becf1f2dc Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Tue, 9 Nov 2021 10:05:23 +0200 Subject: [PATCH] Specify TypeScript declaration file in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 20670c3..655c935 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ ], "license": "Apache-2.0", "main": "lib/index.js", + "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://gitlab.com/NodeGuy/channel.git"