Skip to content

Commit

Permalink
Add exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Dec 21, 2023
1 parent 5e7b774 commit 0c474fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
"types": {
"default": "./components/index.d.ts"
}
},
"./core": {
"types": {
"default": "./core/index.d.ts"
}
},
"./final-form": {
"types": {
"default": "./final-form/index.d.ts"
}
},
"./smart-components": {
"types": {
"default": "./smart-components/index.d.ts"
}
}
},
"dependencies": {
Expand Down

0 comments on commit 0c474fd

Please sign in to comment.