1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-22 20:04:09 +00:00

Add Typescript typings

This commit is contained in:
Michael Mclaughlin
2017-11-25 23:42:03 +00:00
parent 433759294a
commit df5ed821f3
2 changed files with 312 additions and 1 deletions

View File

@@ -30,5 +30,6 @@
"scripts": {
"test": "node ./test/test.js",
"build": "uglifyjs decimal.js --source-map doc/decimal.js.map -c -m -o decimal.min.js --preamble \"/* decimal.js v7.3.0 https://github.com/MikeMcl/decimal.js/LICENCE */\""
}
},
"types": "decimal.d.ts"
}