From 3a81cf341d141094bcca98b2a6e331496998b741 Mon Sep 17 00:00:00 2001 From: Braden Corbold Date: Tue, 21 May 2019 10:31:55 -0700 Subject: [PATCH] Add `types` path for better IDE support for webstorm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 04461534..333457f9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.8.4", "description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other", "main": "build/index", + "types": "build/index", "license": "MIT", "author": { "name": "Hossein Dehnokhalaji",