X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tsconfig-base.json;fp=tsconfig-base.json;h=5e8e5f443d8de50db17faeb5f4b852e6d7ff9479;hb=a37fc6dc8267e22b2b2d35773525980b81f014e8;hp=e48109329a644408d0895a4cf16a8168fc22a4fa;hpb=7f8958fea58c80fd6286c46eff3cae9a1f4a361c;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. */