From b12baa1f3b81ac3c7d2a9b1710086fa2e64029b4 Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Thu, 17 Mar 2022 20:05:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20"types"=20to=20"exports"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same issue as the one reported at https://github.com/dubzzz/fast-check/pull/2803 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0f2f7c8b..0bf47eb2 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ ".": { "require": "./lib/pure-rand.js", "import": "./lib/esm/pure-rand.js", + "types": "./lib/types/pure-rand.d.ts", "default": "./lib/esm/pure-rand.js" } },