diff --git a/package.json b/package.json index cc7c318f5..454caa56c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "default": "./entrypoints/main.mjs" }, "require": { - "types": "./index.d.cts", + "types": "./entrypoints/main.d.cts", "default": "./entrypoints/main.cjs" } }, @@ -26,7 +26,7 @@ "default": "./entrypoints/plugin.mjs" }, "require": { - "types": "./plugin.d.cts", + "types": "./entrypoints/plugin.d.cts", "default": "./entrypoints/plugin.cjs" } }