From 85e54859c4324cc8945c57f90a82f0780c68c4d0 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Fri, 18 Apr 2025 11:35:17 +0900 Subject: [PATCH] fix(react): fix package.json `types` --- packages/plugin-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 552edc338..ba2936725 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -22,7 +22,7 @@ "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", + "types": "./dist/index.d.mts", "exports": { ".": { "import": "./dist/index.mjs",