Merge pull request #201 from UPONU-GmbH/master

Fix typescript 4.7 / node16 import/type resolution
pull/210/head
Michael M 2 years ago committed by GitHub
commit f03f8686b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,15 @@
"main": "decimal",
"module": "decimal.mjs",
"browser": "decimal.js",
"exports": {
".": {
"import": {
"types": "./decimal.d.ts",
"default": "./decimal.mjs"
},
"require": "./decimal.js"
}
},
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"

Loading…
Cancel
Save