Skip to content

Commit

Permalink
fix(typescript): support typescript for moduleResolution < node16
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Oct 13, 2023
1 parent bce27fb commit ccf1e94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-mangos-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"axe-apca": patch
---

Typescript support for moduleResolution < node16
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "Axe rules to check against APCA bronze and silver+ conformance levels.",
"version": "0.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ccf1e94

Please sign in to comment.