Skip to content

Commit

Permalink
add bigint polyfill, fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Jan 8, 2020
1 parent 7038e3a commit ddea661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: CI
env:
CI: true

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"target": "es5",
"module": "esnext",
"lib": ["dom", "esnext"],
"lib": ["dom", "esnext", "esnext.bigint"],
"importHelpers": true,
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit ddea661

Please sign in to comment.