Skip to content

Commit 8045015

Browse files
committed
Updated the target to ES2022
1 parent 353cbd0 commit 8045015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/url-utils/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2019",
3+
"target": "ES2022",
44
"module": "CommonJS",
55
"moduleResolution": "node",
66
"outDir": "./lib",

0 commit comments

Comments
 (0)