Add support for BigInt (#87)

This commit is contained in:
Vlad Frangu 2019-05-04 12:05:23 +03:00 committed by Sindre Sorhus
parent 373605e40d
commit dd2a91dce5
4 changed files with 95 additions and 10 deletions

View file

@ -4,8 +4,7 @@
"outDir": "dist",
"target": "es2017",
"lib": [
"es2017",
"esnext.asynciterable",
"esnext",
"dom"
]
},