From b75fc026c899eb6be1e192d96032ad7a10737460 Mon Sep 17 00:00:00 2001 From: Borewit Date: Thu, 8 Aug 2024 13:17:34 +0200 Subject: [PATCH] Add explicit `/node` subpath export --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7533550b..ea157988 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ "./core": { "types": "./core.d.ts", "import": "./core.js" + }, + "./node": { + "types": "./node.d.ts", + "import": "./node.js" } }, "sideEffects": false,