From 3b62230a51dc411e27b009727a9c50796bf97626 Mon Sep 17 00:00:00 2001 From: Horiuchi_H Date: Thu, 21 Jun 2018 11:30:19 +0900 Subject: [PATCH] remove `strict` option --- types/suncalc/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/types/suncalc/tsconfig.json b/types/suncalc/tsconfig.json index 0225e8390e..0c4fe2498e 100644 --- a/types/suncalc/tsconfig.json +++ b/types/suncalc/tsconfig.json @@ -6,7 +6,6 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strict": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",