Skip to content

Commit f59598a

Browse files
authoredJan 15, 2022
fix(core): compatibility with node 10 (close: #2981) (#2992)
1 parent 2f9a394 commit f59598a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
3+
"target": "es2018",
44
"declaration": true,
55
"esModuleInterop": true,
66
"pretty": true,

0 commit comments

Comments
 (0)
Please sign in to comment.