Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 94d07a6

Browse files
committed
Try to make matchAll work on Github Actions
1 parent eeebbe2 commit 94d07a6

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
@@ -5,7 +5,7 @@
55
"noImplicitAny": true,
66
"noEmitOnError": true,
77
"allowJs": true,
8-
"lib": ["es5", "es6", "dom"],
8+
"lib": ["ES2020", "dom"],
99
"importHelpers": true,
1010
"target": "ES5"
1111
},

0 commit comments

Comments
 (0)