Skip to content

Commit

Permalink
Merge pull request #1137 from NullVoxPopuli/fix-types
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Sep 12, 2023
2 parents d01dbc7 + 023d485 commit e50529c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addon/package.json
Expand Up @@ -18,7 +18,10 @@
"Steve Calvert"
],
"exports": {
".": "./dist/index.js",
".": {
"types": "./types/index.d.ts",
"default": "./dist/index.js"
},
"./*": "./dist/*.js",
"./addon-main.js": "./addon-main.cjs"
},
Expand Down

0 comments on commit e50529c

Please sign in to comment.