Skip to content

Commit 49f70c2

Browse files
committed
Revert "Move down to 2019 to definitely avoid node 14 problems"
This reverts commit 0d96746.
1 parent 9eec20f commit 49f70c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tsconfig-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"outDir": "../built/local",
55

66
"pretty": true,
7-
"lib": ["es2019"],
8-
"target": "es2019",
7+
"lib": ["es2020"],
8+
"target": "es2020",
99
"module": "CommonJS",
1010
"moduleResolution": "node",
1111

0 commit comments

Comments
 (0)