From 1f5b19d2097edb4112cac114d9fe3596a4458d36 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 30 Jan 2020 23:19:53 +0200 Subject: chore: enable strictNullChecks --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 3d26e21..cfc53d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "ES2015", "moduleResolution": "node", "noImplicitAny": true, + "strictNullChecks": true, "removeComments": false, "sourceMap": true, "declaration": true, -- cgit v1.2.3