Ver Fonte

turn on strictBindCallApply

Yuki Takei há 3 anos atrás
pai
commit
b7a7beba01
1 ficheiros alterados com 1 adições e 0 exclusões
  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,