Skip to content

Commit abc0878

Browse files
committed
fix(tsconfig.json): update ES version
1 parent 9c6aef1 commit abc0878

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,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"lib": [
4-
"ES2016",
4+
"ES2024",
55
"DOM"
66
],
77
"noEmit": true,

0 commit comments

Comments
 (0)