Skip to content

Commit

Permalink
fix(core): compatibility with node 10 (close: #2981) (#2992)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Jan 15, 2022
1 parent 2f9a394 commit f59598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2018",
"declaration": true,
"esModuleInterop": true,
"pretty": true,
Expand Down

0 comments on commit f59598a

Please sign in to comment.