Skip to content

Commit

Permalink
fix: link types in package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVogel authored and cwtuan committed Nov 3, 2023
1 parent 40d23cf commit 9d10a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-intl-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"exports": {
".": {
"import": "./es/index.js",
"require": "./lib/index.js"
"require": "./lib/index.js",
"types": "./typings/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 9d10a2f

Please sign in to comment.