diff --git a/.changeset/rich-icons-bow.md b/.changeset/rich-icons-bow.md new file mode 100644 index 0000000..e870015 --- /dev/null +++ b/.changeset/rich-icons-bow.md @@ -0,0 +1,5 @@ +--- +"html-aria": patch +--- + +Fix package.json export types diff --git a/package.json b/package.json index eaf977c..0866f0e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "default": "./dist/index.mjs" }, "require": { - "types": "./dist/index.d.ts", + "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": "./dist/index.mjs"