Skip to content

Commit 26a547e

Browse files
authored
Merge pull request #227 from furality/spr/main/ad031ef3
build(ts): target esnext
2 parents 6a62dae + b679e92 commit 26a547e

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)