We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e1f87 commit 5f46bccCopy full SHA for 5f46bcc
package.json
@@ -4,7 +4,8 @@
4
"description": "A BigDecimal implementation with native BigInts",
5
"exports": {
6
"import": "./lib/bigdecimal.mjs",
7
- "require": "./lib/bigdecimal.js"
+ "require": "./lib/bigdecimal.js",
8
+ "types": "./lib/bigdecimal.d.ts"
9
},
10
"main": "lib/bigdecimal.js",
11
"module": "lib/bigdecimal.mjs",
0 commit comments