Browse Source

use strict

Daniel Zlotin 7 years ago
parent
commit
25c64d8807
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      tsconfig-strict.json

+ 2
- 1
tsconfig-strict.json View File

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