Skip to content

Commit 94dbb46

Browse files
committed
fix: add missing types export config
1 parent d8ffd1f commit 94dbb46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rapier-compat/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const config = (dim, features_postfix) => ({
3939
config.module = "rapier.mjs";
4040
config.exports = {
4141
".": {
42+
types: "./rapier.d.ts",
4243
require: "./rapier.cjs",
4344
import: "./rapier.mjs",
4445
},

0 commit comments

Comments
 (0)