Daniel Zlotin 7 anni fa
parent
commit
25c64d8807
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      tsconfig-strict.json

+ 2
- 1
tsconfig-strict.json Vedi File

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