From 1a5da18397a383e45a35b8b2e64bfbeb03b28aa9 Mon Sep 17 00:00:00 2001 From: Kierian Date: Fri, 29 Dec 2023 00:54:02 +0800 Subject: [PATCH] fix: breaking changes in package.json export re: https://github.com/microsoft/TypeScript/issues/52363 #5 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bdf4997..db2ff9f 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "types": "./dist/index.d.ts", "exports": { ".": { + "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }