Skip to content

Commit

Permalink
Add support for typescript's bundle mode to @theatre/r3f
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed May 12, 2023
1 parent e7f23cf commit 4d7373e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./dist/extension": {
"import": "./dist/extension/index.esm.js",
"require": "./dist/extension/index.js"
"require": "./dist/extension/index.js",
"types": "./dist/extension/index.d.ts"
}
},
"scripts": {
Expand Down

1 comment on commit 4d7373e

@vercel
Copy link

@vercel vercel bot commented on 4d7373e May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.