From 3896de79a59fa5a8237e922304f5636e614e2d32 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 13 Jul 2019 21:14:36 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20enable=20`strictNullCheck?= =?UTF-8?q?s`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index d563ab4b..80711f9d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "commonjs", "removeComments": false, "noImplicitAny": false, + "strictNullChecks": true, "sourceMap": false, "outDir": "lib", "declaration": true