From 3a7693127551c8d21794f9a6ea20032299595f1f Mon Sep 17 00:00:00 2001 From: Adam Laycock Date: Tue, 21 Nov 2017 19:24:22 +0000 Subject: [PATCH] fix typo in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3162d05..887d82a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, - "structNullChecks": true, + "strictNullChecks": true, "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "types": [