From 88b8534ce0cef64742533fdda5fd9374bad683dd Mon Sep 17 00:00:00 2001 From: Horiuchi_H Date: Tue, 19 Jun 2018 16:25:37 +0900 Subject: [PATCH] add compiler option --- types/suncalc/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/suncalc/tsconfig.json b/types/suncalc/tsconfig.json index ce875cd1d7..0225e8390e 100644 --- a/types/suncalc/tsconfig.json +++ b/types/suncalc/tsconfig.json @@ -6,7 +6,9 @@ ], "noImplicitAny": true, "noImplicitThis": true, + "strict": true, "strictNullChecks": true, + "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../"