From dd9e71daa223ff04e508b8abc4692de3172bc7b0 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sun, 31 Dec 2023 11:32:25 -0700 Subject: [PATCH] feat: expose TS types for index file; fixes #1130 BREAKING CHANGE: Adds types --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index e29c3b128..b79170854 100755 --- a/.npmignore +++ b/.npmignore @@ -8,4 +8,6 @@ CONTRIBUTING.md tsconfig*.json *.d.ts *.d.ts.map +!dist/index.d.ts +!dist/index.d.ts.map docs