Parcourir la source

update tsconfig.json

Yuki Takei il y a 2 ans
Parent
commit
19f208470d
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      apps/app/tsconfig.json
  2. 1 1
      packages/remark-lsx/tsconfig.json

+ 1 - 0
apps/app/tsconfig.json

@@ -18,6 +18,7 @@
     },
 
     /* TOOD: remove below flags for strict checking */
+    "strict": false,
     "noImplicitAny": false
 
   },

+ 1 - 1
packages/remark-lsx/tsconfig.json

@@ -8,7 +8,7 @@
       "vitest/globals"
     ],
 
-    /* TOOD: remove noInplicitAy: false for strict checking */
+    /* TOOD: remove below flags for strict checking */
     "strict": false,
     "noImplicitAny": false
   },