From a0e7ae2705e3fa5c5ad8b419b6d68acc2466d1ef Mon Sep 17 00:00:00 2001 From: doqedev Date: Thu, 9 Oct 2025 22:01:17 -0700 Subject: [PATCH] just incase --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 65cf574..cd04ce0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,12 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", + "exports": { + ".": { + "import": "./dist/index.mjs", + "require": "./dist/index.js" + } + }, "scripts": { "build": "tsup" },