From 036d92e7c786b8b8aba1267840d807e53619381f Mon Sep 17 00:00:00 2001 From: Julien Tome Date: Fri, 6 Oct 2023 21:18:46 +0200 Subject: [PATCH] chore(package.json): add exports.types to package.json add explicit exports entry for typings in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 04b2cc4..afa38bc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "exports": { ".": { "require": "./dist/cjs/index.js", - "default": "./dist/es/index.js" + "default": "./dist/es/index.js", + "types": "./dist/types/index.d.ts" } }, "keywords": [