This is an automated email from the ASF dual-hosted git repository.

yongjiezhao pushed a commit to branch add-translation-for-DatePicker
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 1483f7c4cf62d1431b5947bf5a1f6be67dc1bf4c
Author: aurelie.ehanno <[email protected]>
AuthorDate: Thu Jul 7 15:07:32 2022 -0400

    fix : correction fail import
---
 superset-frontend/tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/tsconfig.json b/superset-frontend/tsconfig.json
index 9dba1c3f89..7ba09344ab 100644
--- a/superset-frontend/tsconfig.json
+++ b/superset-frontend/tsconfig.json
@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
     /* Type Checking */
-    "noImplicitAny": true,
+    "noImplicitAny": false,
     "noImplicitReturns": true,
     "noImplicitThis": true,
     "noUnusedLocals": true,

Reply via email to