From 5bdb8f99cc54d84201ffe241d83326637ea1b527 Mon Sep 17 00:00:00 2001 From: arlo Date: Sun, 14 Jan 2024 15:50:15 +0800 Subject: [PATCH] fix(devtools): error types declaration exports --- packages/devtools/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 091951bc..5292a0f9 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -11,6 +11,7 @@ }, "exports": { ".": { + "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" },