Skip to content

Commit 6432f17

Browse files
authored
build: downgrade TypeScript to target ES2023 (#652)
Signed-off-by: Alfi Maulana <[email protected]>
1 parent b1e5a9c commit 6432f17

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": "es2024",
10+
"target": "es2023",
1111
"skipLibCheck": true
1212
}
1313
}

0 commit comments

Comments
 (0)