Skip to content

Commit

Permalink
Add explicit typings location to support use in TypeScript ESM modules (
Browse files Browse the repository at this point in the history
#978)

* Add explicit typings location to support use in TypeScript ESM modules

* Create tame-ravens-whisper.md

---------

Co-authored-by: Sebastian Silbermann <[email protected]>
  • Loading branch information
hiebj and eps1lon committed Sep 16, 2023
1 parent 668d5aa commit 0128d16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-ravens-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dom-accessibility-api": patch
---

Add explicit typings location to support use in TypeScript ESM modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0128d16

Please sign in to comment.