From e5cb33d3924da696faa8c76dd60c0a26ca99de45 Mon Sep 17 00:00:00 2001 From: zhongnan Date: Thu, 27 Aug 2020 10:08:12 +0800 Subject: [PATCH] build(tsconfig): close strict mode --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e193fa0a..7ace8610 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "noImplicitAny": false, "outDir": "dist", "baseUrl": ".", - "strict": true, + "strict": false, "types": ["miniprogram-api-typings"], "paths": { "definitions/*": ["./packages/definitions/*"],