src: Implement BigInt support, remove nodejs 8
This commit is contained in:
parent
373605e40d
commit
8d979dd8a5
5 changed files with 43 additions and 12 deletions
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"main": "dist",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "del dist && tsc",
|
||||
|
|
@ -80,6 +80,11 @@
|
|||
"extensions": [
|
||||
"ts"
|
||||
],
|
||||
"globals": [
|
||||
"BigInt",
|
||||
"BigInt64Array",
|
||||
"BigUint64Array"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-function-return-type": "off"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue