Daniel Zlotin il y a 7 ans
Parent
révision
25c64d8807
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      tsconfig-strict.json

+ 2
- 1
tsconfig-strict.json Voir le fichier

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