Skip to content

Commit

Permalink
fix(package.json): add back types field for node10 resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 31, 2024
1 parent 3a53f93 commit 80640ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"publishConfig": {
"access": "public",
"types": "./dist/types/esm/index.d.ts",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.cjs",
"exports": {
Expand Down

0 comments on commit 80640ad

Please sign in to comment.