Skip to content

Commit d7adfe2

Browse files
committed
Try to run ES2022
Signed-off-by: Balakrishna Avulapati <[email protected]>
1 parent 8d944c4 commit d7adfe2

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
@@ -4,10 +4,10 @@
44
"compilerOptions": {
55
"rootDir": "./lib",
66
"outDir": "dist",
7-
"lib": ["ES2018", "DOM"],
7+
"lib": ["ES2022", "DOM"],
88
"types": ["node"],
99
"allowJs": true,
10-
"target": "ES2018",
10+
"target": "ES2022",
1111
"resolveJsonModule": true
1212
}
1313
}

0 commit comments

Comments
 (0)