Skip to content

Commit f4db755

Browse files
committed
chore(web-ts-results): bump typescript target version
1 parent 563f9a4 commit f4db755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts-results/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES2022",
44
"lib": ["DOM", "DOM.Iterable", "ESNext"],
55
"noFallthroughCasesInSwitch": true,
66
"skipLibCheck": true,

0 commit comments

Comments
 (0)