Skip to content

Commit 5764990

Browse files
add tsconfig bump too
1 parent bf32215 commit 5764990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"moduleResolution": "node",
1010
"skipLibCheck": true,
1111
"lib": [
12-
"es2021"
12+
"es2021",
13+
"ES2022.Error"
1314
],
1415
// We don't make use of tslib helpers, all syntax used is supported by target engine
1516
"importHelpers": false,

0 commit comments

Comments
 (0)