Skip to content

Commit be7a2d0

Browse files
committed
update tsc target
1 parent 5dac9b6 commit be7a2d0

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
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2017",
4+
"target": "ES2023",
55
"lib": [
6-
"es2017"
6+
"ES2023"
77
],
88
"sourceMap": true,
99
"strict": true,

0 commit comments

Comments
 (0)