From e44ef37846ec95510ea3de1d804e72a6efae28be Mon Sep 17 00:00:00 2001 From: doniyor2109 Date: Fri, 15 Feb 2019 17:27:46 +0500 Subject: [PATCH] Small tweaks --- types/natural-compare-lite/tsconfig.json | 2 +- types/natural-compare/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/natural-compare-lite/tsconfig.json b/types/natural-compare-lite/tsconfig.json index e3ed3ac1e0..ddfcb244cb 100644 --- a/types/natural-compare-lite/tsconfig.json +++ b/types/natural-compare-lite/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ diff --git a/types/natural-compare/tsconfig.json b/types/natural-compare/tsconfig.json index 81322d5590..c8af37bb22 100644 --- a/types/natural-compare/tsconfig.json +++ b/types/natural-compare/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [