From 25e353b1b1a5261ceb484acde924d8f007238326 Mon Sep 17 00:00:00 2001 From: scc <66scc66@gmail.com> Date: Fri, 31 Mar 2023 00:20:25 +0800 Subject: [PATCH] fix: correction package.json exports types path (#191) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af686e6530..2bbf8ce24d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "exports": { ".": { - "types": "./src/index.d.ts", + "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" } },