build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / tsconfig-base.json
index 1dd0b7ca9a246cf49c3599c8dd9613ea4695d6c6..e48109329a644408d0895a4cf16a8168fc22a4fa 100644 (file)
@@ -30,7 +30,7 @@
     /* Strict Type-Checking Options */
     // "strict": true,                        /* Enable all strict type-checking options. */
     // "noImplicitAny": true,                 /* Raise error on expressions and declarations with an implied 'any' type. */
-    // "strictNullChecks": true,              /* Enable strict null checks. */
+    "strictNullChecks": true,                 /* Enable strict null checks. */
     // "strictFunctionTypes": true,           /* Enable strict checking of function types. */
     // "strictBindCallApply": true,           /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
     // "strictPropertyInitialization": true,  /* Enable strict checking of property initialization in classes. */