From 2cf0ed0e59da5099e2cad43d35864c27e8e7082e Mon Sep 17 00:00:00 2001 From: Willow Date: Thu, 8 May 2025 18:38:15 +0200 Subject: [PATCH] fix: allow importing with exports-aware Typescript --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 460e6fd..57fb00e 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { + "types": "./dist/lib/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" },