diff --git a/.changeset/tame-ravens-whisper.md b/.changeset/tame-ravens-whisper.md new file mode 100644 index 00000000..d0f5a0ca --- /dev/null +++ b/.changeset/tame-ravens-whisper.md @@ -0,0 +1,5 @@ +--- +"dom-accessibility-api": patch +--- + +Add explicit typings location to support use in TypeScript ESM modules diff --git a/package.json b/package.json index 8c1517b8..56cb8015 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "type": "commonjs", "exports": { "import": "./dist/index.mjs", - "require": "./dist/index.js" + "require": "./dist/index.js", + "types": "./dist/index.d.ts" }, "license": "MIT", "repository": {