Przeglądaj źródła

update tsconfig.json

Yuki Takei 2 lat temu
rodzic
commit
a76046ed65

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

@@ -11,7 +11,10 @@
 
     /* TODO: remove below flags for strict checking */
     "strict": false,
-    "noImplicitAny": false
+    "strictNullChecks": true,
+    "strictBindCallApply": true,
+    "noImplicitAny": false,
+    "noImplicitOverride": true
   },
   "include": [
     "src"

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

@@ -10,7 +10,10 @@
 
     /* TODO: remove below flags for strict checking */
     "strict": false,
-    "noImplicitAny": false
+    "strictNullChecks": true,
+    "strictBindCallApply": true,
+    "noImplicitAny": false,
+    "noImplicitOverride": true
   },
   "include": [
     "src"

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

@@ -6,7 +6,10 @@
 
     /* TODO: remove below flags for strict checking */
     "strict": false,
-    "noImplicitAny": false
+    "strictNullChecks": true,
+    "strictBindCallApply": true,
+    "noImplicitAny": false,
+    "noImplicitOverride": true
   },
   "include": [
     "src"

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

@@ -10,7 +10,10 @@
 
     /* TODO: remove below flags for strict checking */
     "strict": false,
-    "noImplicitAny": false
+    "strictNullChecks": true,
+    "strictBindCallApply": true,
+    "noImplicitAny": false,
+    "noImplicitOverride": true
   },
   "include": [
     "src"