Sfoglia il codice sorgente

update tsconfig.json

Yuki Takei 2 anni fa
parent
commit
19f208470d
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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
   },