From 458e385ad46472f0bdcfecd52129959484583c7b Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Mon, 20 Nov 2023 15:12:50 +0100 Subject: [PATCH] fix(package): add types to exports (#137) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 415bbf0..61989f8 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": { + "types": "./types/index.d.ts", "import": "./build/es/index.js", "require": "./build/cjs/index.js" },