Skip to content

Commit

Permalink
Give TS tooling an extra hint where the default index.d.ts is
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Sep 12, 2024
1 parent 574b244 commit e70887e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
"edition": "octane"
},
"exports": {
".": "./addon/index",
".": {
"types": "./index.d.ts",
"default": "./addon/index"
},
"./*": "./addon/*"
},
"volta": {
Expand Down

0 comments on commit e70887e

Please sign in to comment.