From 8dac7ea6acca547d1fa968e6f164c66fb0e964a9 Mon Sep 17 00:00:00 2001 From: Matt Kadlubowski Date: Thu, 19 Jan 2023 16:02:19 +0100 Subject: [PATCH] fix: add types to exports --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 73052a8..813c9cb 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "sideEffects": false, "exports": { ".": { + "types": "./index.d.ts", "require": "./index.cjs", "import": "./index.mjs" }