Fix typescript 4.7 / node16 import/type resolution

pull/201/head
Marcel Link 2 years ago committed by GitHub
parent edadaf8f93
commit 0bc3fdbdaa
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