X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig-base.json;h=5e8e5f443d8de50db17faeb5f4b852e6d7ff9479;hb=56563a3c157094a61fdb985b0fb7d95ef916bc8c;hp=1dd0b7ca9a246cf49c3599c8dd9613ea4695d6c6;hpb=a1c394ae6f706a51274c4a2adb1d5d89c0913596;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig-base.json b/tsconfig-base.json index 1dd0b7ca..5e8e5f44 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -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. */