Yuki Takei 2 лет назад
Родитель
Сommit
5c7aeae317

+ 1 - 1
apps/app/tsconfig.json

@@ -17,7 +17,7 @@
       "debug": ["./src/server/utils/logger/alias-for-debug"]
     },
 
-    /* TOOD: remove below flags for strict checking */
+    /* TODO: remove below flags for strict checking */
     "strict": false,
     "noImplicitAny": false
 

+ 1 - 1
apps/slackbot-proxy/tsconfig.json

@@ -9,7 +9,7 @@
       "~/*": ["./src/*"]
     },
 
-    /* TOOD: remove below flags for strict checking */
+    /* TODO: remove below flags for strict checking */
     "strict": false,
     "noImplicitAny": false
   },

+ 1 - 1
packages/presentation/tsconfig.json

@@ -8,7 +8,7 @@
     "paths": {
     },
 
-    /* TOOD: remove below flags for strict checking */
+    /* TODO: remove below flags for strict checking */
     "noImplicitAny": false
   },
   "include": [

+ 1 - 1
packages/remark-attachment-refs/tsconfig.json

@@ -8,7 +8,7 @@
       "~/*": ["./src/*"]
     },
 
-    /* TOOD: remove below flags for strict checking */
+    /* TODO: remove below flags for strict checking */
     "strict": false,
     "noImplicitAny": false
   },

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

@@ -4,7 +4,7 @@
   "compilerOptions": {
     "jsx": "react-jsx",
 
-    /* TOOD: remove below flags for strict checking */
+    /* TODO: 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 below flags for strict checking */
+    /* TODO: remove below flags for strict checking */
     "strict": false,
     "noImplicitAny": false
   },