From a0eb25d66642948dd16569288e55ee39bac03794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dufour-Beaus=C3=A9jour?= Date: Mon, 27 Jun 2022 09:06:44 -0400 Subject: [PATCH] fix: Add types to export object to allow TypeScript 4.7 to properly resolve typings --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3102651..65460f6 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "module": "lib/esm/index.js", "exports": { ".": { + "types": "./index.d.ts", "import": "./lib/esm/index.js", "require": "./index.js" },