Skip to content

Commit

Permalink
Add type export for ./dist/declarations/src/Select
Browse files Browse the repository at this point in the history
to fix module augmentation with moduleResolution node16
  • Loading branch information
FabianFrank authored Sep 1, 2023
1 parent 011a9d9 commit 511fd17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
]
},
"exports": {
"./dist/declarations/src/Select": {
"types": "./dist/declarations/src/Select.d.ts"
},
".": {
"module": "./dist/react-select.esm.js",
"import": "./dist/react-select.cjs.mjs",
Expand Down

0 comments on commit 511fd17

Please sign in to comment.