Преглед изворни кода

turn on strictBindCallApply

Yuki Takei пре 3 година
родитељ
комит
b7a7beba01
1 измењених фајлова са 1 додато и 0 уклоњено
  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,