Skip to content

Commit

Permalink
fix(types): restore node10 module resolution compatibility (#117)
Browse files Browse the repository at this point in the history
* fix(types): restore node10 module resolution compatibility

* chore: review

---------

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
  • Loading branch information
lukashroch and posva committed Dec 15, 2023
1 parent 7a0ed30 commit 4d4ae9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"typesVersions": {
"*": {
"*": [
"./dist/*"
"./dist/*",
"./*"
]
}
},
Expand Down

0 comments on commit 4d4ae9d

Please sign in to comment.