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/*"],