Skip to content

Commit 9c9d3ef

Browse files
committed
Fix babylonjs dts path
1 parent 00fc266 commit 9c9d3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"import": "./build/index.r3f.js"
4545
},
4646
"./babylonjs": {
47-
"types": "./src/babylonjs/index.d.ts",
47+
"types": "./src/babylonjs/renderer/index.d.ts",
4848
"import": "./build/index.babylonjs.js"
4949
},
5050
"./core/plugins": {

0 commit comments

Comments
 (0)