From a50591e4f26fe87c0fba8aff8ced64c1b2d505bc Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Wed, 15 Nov 2023 15:30:07 +0100 Subject: [PATCH] fix(package): add types to exports --- 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" },