From 9becc2180147dd6a92d610269c64576809d39e30 Mon Sep 17 00:00:00 2001 From: lavyun Date: Sun, 17 Sep 2017 19:48:22 +0800 Subject: [PATCH] strictNullChecks is false --- types/mockjs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mockjs/tsconfig.json b/types/mockjs/tsconfig.json index 7a8b41e142..59b6876702 100644 --- a/types/mockjs/tsconfig.json +++ b/types/mockjs/tsconfig.json @@ -7,7 +7,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": true, + "strictNullChecks": false, "baseUrl": "../", "typeRoots": [ "../"