Skip to content

Commit d4a1137

Browse files
committed
debugging for github action: fix tsconfig
1 parent 6b5a585 commit d4a1137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dom",
55
"dom.iterable",
66
"scripthost",
7-
"es2022"
7+
"es2023"
88
],
99
"declaration": false,
1010
"declarationMap": false,
@@ -18,7 +18,7 @@
1818
"skipLibCheck": true,
1919
"strict": true,
2020
"module": "esnext",
21-
"target": "es2022",
21+
"target": "es2020",
2222
"noEmit": false,
2323
"noEmitHelpers": true
2424
},

0 commit comments

Comments
 (0)