From f59598a2ae1c788ac01e7c23edc0d9a8bddd6911 Mon Sep 17 00:00:00 2001 From: ULIVZ Date: Sat, 15 Jan 2022 23:42:50 +0800 Subject: [PATCH] fix(core): compatibility with node 10 (close: #2981) (#2992) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0e38aa1832..8d8f76e9a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "es2018", "declaration": true, "esModuleInterop": true, "pretty": true,