Commit ddea6611 authored by Noah Zinsmeister's avatar Noah Zinsmeister

add bigint polyfill, fix ci

parent 7038e3ab
name: CI
env:
CI: true
on:
pull_request:
......
......@@ -3,7 +3,7 @@
"compilerOptions": {
"target": "es5",
"module": "esnext",
"lib": ["dom", "esnext"],
"lib": ["dom", "esnext", "esnext.bigint"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment