Skip to content

Commit 8a0f58d

Browse files
chore(tsconfig): lib change to es2020 cause of bigint
1 parent 96c5563 commit 8a0f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": [],
1111
"lib": [
1212
"dom",
13-
"es2018"
13+
"es2020"
1414
]
1515
},
1616
"exclude": [

0 commit comments

Comments
 (0)