Skip to content

Commit

Permalink
Fix path to exports["module"]["types"]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Aug 18, 2023
1 parent 41c120d commit 743045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
Expand Down

0 comments on commit 743045e

Please sign in to comment.