Skip to content

Commit b679e92

Browse files
committed
build(ts): target esnext
Target esnext commit-id:ad031ef3
1 parent 6a62dae commit b679e92

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
@@ -3,10 +3,10 @@
33
"display": "Node 18 + Strictest",
44
"compilerOptions": {
55
"lib": [
6-
"es2022"
6+
"esnext"
77
],
88
"module": "commonjs",
9-
"target": "es2022",
9+
"target": "esnext",
1010
"strict": true,
1111
"esModuleInterop": true,
1212
"skipLibCheck": true,

0 commit comments

Comments
 (0)