Skip to content

Commit

Permalink
Ah, so we do compile to ESM already
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 23, 2023
1 parent e22a97e commit 97c496b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qunit-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"types": "dist/qunit-dom.d.ts",
"exports": {
".": {
"types": "dist/qunit-dom.d.ts",
"default": "dist/qunit-dom.js"
"types": "dist/addon-test-support/qunit-dom-modules.d.ts",
"default": "dist/addon-test-support/index.js"
}
},
"directories": {
Expand Down

0 comments on commit 97c496b

Please sign in to comment.