Parcourir la source

update tsconfig.json

Yuki Takei il y a 2 ans
Parent
commit
f7bccd12cf
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      packages/ui/tsconfig.json

+ 1 - 4
packages/ui/tsconfig.json

@@ -7,10 +7,7 @@
     "baseUrl": ".",
     "paths": {
       "~/*": ["./src/*"]
-    },
-
-    /* TOOD: remove below flags for strict checking */
-    "noImplicitAny": false
+    }
   },
   "include": [
     "src"