From 808f23003f8b01b8f94c48a70ea88f715982badd Mon Sep 17 00:00:00 2001 From: Khauri Date: Fri, 9 Feb 2024 09:20:45 -0500 Subject: [PATCH] fix: add types export to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 21ff7ff..aa74483 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "types": "dist/index.d.ts", "exports": { ".": { + "types": "./dist/index.d.ts", "browser": "./dist/yieldparser.module.js", "import": "./dist/yieldparser.module.js", "require": "./dist/yieldparser.js"