Skip to content

Commit 5f46bcc

Browse files
timvandamsrknzl
andauthored
Fix typings export (#139)
* Fix typings export * Update package.json Co-authored-by: Serkan Özel <[email protected]> --------- Co-authored-by: Serkan Özel <[email protected]>
1 parent c4e1f87 commit 5f46bcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A BigDecimal implementation with native BigInts",
55
"exports": {
66
"import": "./lib/bigdecimal.mjs",
7-
"require": "./lib/bigdecimal.js"
7+
"require": "./lib/bigdecimal.js",
8+
"types": "./lib/bigdecimal.d.ts"
89
},
910
"main": "lib/bigdecimal.js",
1011
"module": "lib/bigdecimal.mjs",

0 commit comments

Comments
 (0)