Skip to content

Commit c130459

Browse files
committed
fix(ci): set tsconfig target to es2022 to resolve await using syntax error
1 parent af97e57 commit c130459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig/universal-esm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"lib": ["dom", "esnext"],
88
"module": "NodeNext",
99
"moduleResolution": "NodeNext",
10-
"target": "esnext"
10+
"target": "es2022"
1111
}
1212
}

0 commit comments

Comments
 (0)