Skip to content

Commit 4b84e01

Browse files
fix: add ES2022 to tsconfig lib for Array.at()
1 parent fb71a58 commit 4b84e01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"DOM",
1818
"ES5",
1919
"ES6",
20-
"ES7"
20+
"ES7",
21+
"ES2022"
2122
]
2223
},
2324
"include": ["**/*.ts"]

0 commit comments

Comments
 (0)