From ec26d5ee1235cbfd2e77b17dcbacfd304fc287f5 Mon Sep 17 00:00:00 2001 From: Akash Vishwakarma <14cse031giet@gmail.com> Date: Mon, 4 Mar 2019 10:40:34 +0530 Subject: [PATCH] Update tsconfig.json --- types/html5-history/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/html5-history/tsconfig.json b/types/html5-history/tsconfig.json index 08937c1353..b4bc53cbb5 100644 --- a/types/html5-history/tsconfig.json +++ b/types/html5-history/tsconfig.json @@ -7,7 +7,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ @@ -21,4 +21,4 @@ "index.d.ts", "html5-history-tests.ts" ] -} \ No newline at end of file +}