Daniel Zlotin 7 vuotta sitten
vanhempi
commit
25c64d8807
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      tsconfig-strict.json

+ 2
- 1
tsconfig-strict.json Näytä tiedosto

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