From 734b997aa3ca60b3eab0fef83b0ccbf0c09e2050 Mon Sep 17 00:00:00 2001 From: Andrea Vaccari Date: Thu, 7 Jul 2022 09:55:46 -0500 Subject: [PATCH] feat: Add exports.types to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5dd311e..9e48086 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { + "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" },