Yuki Takei 2 лет назад
Родитель
Сommit
19f208470d
2 измененных файлов с 2 добавлено и 1 удалено
  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
   },