Skip to content

Commit ee06337

Browse files
authored
change TypeScript target to es2022 (#51827)
1 parent 4329d4f commit ee06337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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": "ES2017",
3+
"target": "ES2022",
44
"lib": [
55
"dom",
66
"dom.iterable",

0 commit comments

Comments
 (0)