Add support for BigInt (#87)
This commit is contained in:
parent
373605e40d
commit
dd2a91dce5
4 changed files with 95 additions and 10 deletions
|
|
@ -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