Daniel Zlotin 7 anos atrás
pai
commit
25c64d8807
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      tsconfig-strict.json

+ 2
- 1
tsconfig-strict.json Ver arquivo

@@ -17,6 +17,7 @@
17 17
     "noUnusedParameters": true,
18 18
     "pretty": true,
19 19
     "strictFunctionTypes": false,
20
-    "strictNullChecks": true
20
+    "strictNullChecks": true,
21
+    "strict": true
21 22
   }
22 23
 }