From fcfc2f965394f202be0566181e2231cd821f4400 Mon Sep 17 00:00:00 2001 From: chenhaoli Date: Sat, 15 Jan 2022 21:24:14 +0800 Subject: [PATCH] fix(core): compatibility with node 10 (close: #2981) --- 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,