Skip to content

Commit 108c8cb

Browse files
committed
Update build target to es2023
1 parent 8dcfcdd commit 108c8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"declarationMap": true,
66
"module": "commonjs",
77
"sourceMap": true,
8-
"target": "es6",
8+
"target": "es2023",
99
"esModuleInterop": true,
1010
"resolveJsonModule": true
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)