Selaa lähdekoodia

update tsconfig.json

Yuki Takei 2 vuotta sitten
vanhempi
sitoutus
19f208470d
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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 */
     /* TOOD: remove below flags for strict checking */
+    "strict": false,
     "noImplicitAny": false
     "noImplicitAny": false
 
 
   },
   },

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

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