From c1e9a6d402a971b3ef66484c151b9dc4627fea1b Mon Sep 17 00:00:00 2001 From: scc <66scc66@gmail.com> Date: Tue, 4 Apr 2023 11:18:44 +0800 Subject: [PATCH] fix: correction package.json exports types path (#87) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efc9bf1..f5197df 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ], "exports": { ".": { - "types": "./src/index.d.ts", + "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" }, "./selectors": {