fix: fix valid reservation detection at start transaction
[e-mobility-charging-stations-simulator.git] / tsconfig-base.json
index 1dd0b7ca9a246cf49c3599c8dd9613ea4695d6c6..5e8e5f443d8de50db17faeb5f4b852e6d7ff9479 100644 (file)
@@ -28,7 +28,7 @@
     // "isolatedModules": true,               /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
 
     /* Strict Type-Checking Options */
-    // "strict": true,                        /* Enable all 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. */
     // "strictFunctionTypes": true,           /* Enable strict checking of function types. */