Skip to content

Commit b1e5a9c

Browse files
authored
chore: bump TypeScript target to ES2024 (#649)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 3edfc46 commit b1e5a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"module": "node16",
88
"declaration": true,
99
"outDir": "dist",
10-
"target": "es2022",
10+
"target": "es2024",
1111
"skipLibCheck": true
1212
}
1313
}

0 commit comments

Comments
 (0)