From a8e67c3d59852ae3ef75704fbaee5cb8fe37cdb3 Mon Sep 17 00:00:00 2001 From: Stan Sam <60602384+stanis-dev@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:21:10 +0100 Subject: [PATCH] fix node 16+ exports deprecation warning --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e528ac0..1f1d6f2 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "import": "./modules/index.js", "default": "./tslib.js" }, + "./*": "./*", "./": "./" } }