From 080b62931ea2e0017e03ec3fe6c1127cf3e0bdb3 Mon Sep 17 00:00:00 2001 From: Marco Montalbano Date: Tue, 26 Mar 2024 17:15:47 +0100 Subject: [PATCH] chore: add exports.types to the package.json --- packages/js-auth/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/js-auth/package.json b/packages/js-auth/package.json index 3d8cf45..00bbd4d 100644 --- a/packages/js-auth/package.json +++ b/packages/js-auth/package.json @@ -13,7 +13,8 @@ "exports": { ".": { "import": "./dist/index.js", - "require": "./dist/index.cjs" + "require": "./dist/index.cjs", + "types": "./dist/index.d.ts" } }, "main": "./dist/index.js",