From 2ce29b1ec02268feaef12653ec61fa65f05d026f Mon Sep 17 00:00:00 2001 From: Amirreza Mahyari Date: Sat, 6 Aug 2022 09:21:38 +0430 Subject: [PATCH] fix typescript types issue with esm (#780) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26c2b778..8cd465ef 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "types": "./index.d.ts", "exports": { "import": "./ESM_wrapper.mjs", - "require": "./uws.js" + "require": "./uws.js", + "types": "./index.d.ts" } }