Skip to content

Commit 3da0e27

Browse files
committed
for better node 14 support
1 parent 5f08d1a commit 3da0e27

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
3+
"target": "ES2020",
44
"module": "NodeNext",
55
"lib": ["ESNext", "DOM"],
66
"typeRoots": ["node_modules/@types"],

0 commit comments

Comments
 (0)