Parcourir la source

turn on strictBindCallApply

Yuki Takei il y a 3 ans
Parent
commit
b7a7beba01
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tsconfig.base.json

+ 1 - 0
tsconfig.base.json

@@ -14,6 +14,7 @@
     /* Strict Type-Checking Options */
     // "strict": true,
     "strictNullChecks": true,
+    "strictBindCallApply": true,
     "noImplicitAny": false,
     "noImplicitOverride": true,