From d4f3867b35a4053d893cc90ab89100bd92a52f45 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Tue, 16 Aug 2022 11:24:18 +0800 Subject: [PATCH] fix: compat with NodeNext moduleResolution --- 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" },