Skip to content

Commit

Permalink
Fixed importable path (with typesVersions)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 15, 2023
1 parent 5622cda commit 170f8f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
"exports": {
"./*": "./dist/*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"scripts": {
"format": "prettier --write src",
"format:check": "prettier --check src",
Expand Down

0 comments on commit 170f8f2

Please sign in to comment.