From b8aab4a63d6ac44633484d43e674ae8b0959aaa0 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Mon, 29 Aug 2022 09:58:52 +0800 Subject: [PATCH] fix: compat with NodeNext moduleResolution (#142) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ff05ac9..dd558ce 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "types": "dist/index.d.ts", "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./index-compat.js" },