Skip to content

Commit af6c219

Browse files
authored
build(tsconfig): Update target to ES2023 to match lib in tsconfig.node.json (resolves #287). (#288)
1 parent 69d59c9 commit af6c219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
4-
"target": "ES2022",
4+
"target": "ES2023",
55
"lib": ["ES2023"],
66
"module": "ESNext",
77
"esModuleInterop": true,

0 commit comments

Comments
 (0)