From a9fe321021b192386a652f0f32d5b8772a0d5e81 Mon Sep 17 00:00:00 2001 From: Ivan Shishkin Date: Tue, 27 Aug 2019 14:53:45 +0500 Subject: [PATCH] fix: add types declaration --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a0b2ff4..b97b7ce 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "nest-telegram", "version": "0.5.1", "main": "dist/index.js", + "types": "dist/index.d.ts", "repository": "git@github.com:igorkamyshev/nest-telegram.git", "author": "Igor Kamyshev ", "license": "MIT",