From cf4e7a3c2aa37c9b479b5076b99343c8573018d4 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Mon, 6 Apr 2020 12:02:03 -0700 Subject: [PATCH] [xregexp] Enable strictNullChecks (#43639) --- types/xregexp/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/xregexp/tsconfig.json b/types/xregexp/tsconfig.json index 08c3876c26..e1705013ea 100644 --- a/types/xregexp/tsconfig.json +++ b/types/xregexp/tsconfig.json @@ -6,7 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ @@ -20,4 +20,4 @@ "index.d.ts", "xregexp-tests.ts" ] -} \ No newline at end of file +}