Skip to content

Commit

Permalink
fix(types): add typesVersions map
Browse files Browse the repository at this point in the history
  • Loading branch information
aklkv authored Mar 2, 2024
1 parent 575e9d5 commit 03eb26f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
},
"./addon-main.js": "./addon-main.js"
},
"typesVersions": {
"*": {
"*": [
"./declarations/*.d.ts"
]
}
},
"files": [
"addon-main.js",
"dist",
Expand Down

0 comments on commit 03eb26f

Please sign in to comment.