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