From 0a6ed354a131ff00836143611afc18978b08013b Mon Sep 17 00:00:00 2001 From: scc <66scc66@gmail.com> Date: Mon, 10 Apr 2023 23:36:09 +0800 Subject: [PATCH] fix: correction package.json exports types path (#230) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a205f5a2db..8700e0434d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ ], "exports": { ".": { - "types": "./src/index.d.ts", + "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" }, "./filters": {