Daniel Zlotin hace 7 años
padre
commit
25c64d8807
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      tsconfig-strict.json

+ 2
- 1
tsconfig-strict.json Ver fichero

@@ -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
 }