From 01c444aee2201d4f8fb62b696bd0c848625cbc03 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Wed, 9 Nov 2022 23:36:37 +0800 Subject: [PATCH] fix --- packages/babel-types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 094b647c2416..9359a90143e2 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -53,7 +53,7 @@ }, "exports": { ".": { - "types": "./lib/index-legacy.d.ts", + "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json"