From 402f4873f07f5e33daf29c1bd84b0d49e6900802 Mon Sep 17 00:00:00 2001 From: rex Date: Wed, 11 Nov 2020 11:39:41 +0800 Subject: [PATCH] fix(tsconfig): fix ts compile error (#3747) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3c4b4b08..85836495 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "outDir": "dist", "baseUrl": ".", "strict": true, - "lib": ["ES6"], + "lib": ["ESNext"], "types": ["miniprogram-api-typings"], "paths": { "definitions/*": ["./packages/definitions/*"],