From c265359abd3cb2cdceb164672f4c733d18601717 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 4 May 2016 15:08:38 -0700 Subject: [PATCH] Turn off strict null checks --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 83c2c46..effc71d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "module": "commonjs", "target": "es6", "noImplicitAny": true, - "strictNullChecks": true, + "strictNullChecks": false, "baseUrl": "../" } } \ No newline at end of file