Skip to content

Commit 2e0969c

Browse files
committed
feat: bump tsconfig target/lib
1 parent 25549b0 commit 2e0969c

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
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es2019",
5-
"lib": ["es2019"],
4+
"target": "es2020",
5+
"lib": ["es2020"],
66
"sourceMap": true,
77
"declaration": true,
88
"moduleResolution": "node",

0 commit comments

Comments
 (0)