Skip to content

Commit

Permalink
fix(react): fix type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Apr 30, 2024
1 parent 54779a5 commit 08af4f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"typesVersions": {
"*": {
"progress": ["./dist/progress.d.mts"],
"server": ["./dist/server.d.mts"]
}
},
"files": ["dist"],
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 08af4f3

Please sign in to comment.