Skip to content

Commit dfd79d8

Browse files
committed
Upgrade to ES2020i for ts
1 parent 5a8d100 commit dfd79d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"noUnusedParameters": true,
1212
"noImplicitReturns": true,
1313
"noFallthroughCasesInSwitch": true,
14-
"lib": ["es2017"]
14+
"lib": ["es2020"]
1515
},
1616
"include": [
1717
"types/**/*"

0 commit comments

Comments
 (0)