From 40943b6055258c6324571f6071311fc6574a2b83 Mon Sep 17 00:00:00 2001 From: Juan Diego Moreno Upegui Date: Fri, 10 Oct 2025 12:17:22 -0500 Subject: [PATCH] added exports in package json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 2edd4ca..c350358 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,13 @@ "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "type": "commonjs", + "exports": { + ".": { + "import": "./dist/src/index.js", + "require": "./dist/src/index.js", + "types": "./dist/src/index.d.ts" + } + }, "scripts": { "build": "tsc", "build:watch": "tsc --watch",