Skip to content

Commit

Permalink
chore: Update exports field in package.json to make TypeScript import…
Browse files Browse the repository at this point in the history
…s work (#93)
  • Loading branch information
SergeAstapov authored Mar 26, 2024
1 parent 05d3364 commit c47f9f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ember-engines-router-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"author": "",
"exports": {
".": "./dist/addon-main.js",
"./*": "./dist/*",
"./*": {
"types": "./types/*.d.ts",
"default": "./dist/*.js"
},
"./addon-main.js": "./addon-main.js"
},
"typesVersions": {
Expand Down

0 comments on commit c47f9f9

Please sign in to comment.