From 0f0e3f627d5896116a93c5c7270591c7e690a8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E?= Date: Wed, 8 Jun 2022 22:51:44 +0800 Subject: [PATCH] chore: add "types" export condition (#7) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 84fa3dc..e25eec5 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ }, "exports": { ".": { + "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js" },