From 42652819f32df245e4e314d2df3758f6e5ca6926 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Mon, 8 Jun 2020 15:27:31 -0700 Subject: [PATCH] feat: add types to package.json (#216) Signed-off-by: Grant Timmerman --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d199c5e..2f18fd8 100644 --- a/package.json +++ b/package.json @@ -123,5 +123,6 @@ }, "publishConfig": { "access": "public" - } + }, + "types": "index.d.ts" }