From 8a21144a5d5a933ac1f0383b0c979815c472a68e Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 4 Jan 2021 15:11:57 -0600 Subject: [PATCH] chore: tsconfig strict --- lib/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index 5e451a81..9ac1b76f 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "strict": false, + "strict": true, "strictNullChecks": false, "noUnusedLocals": true, "noUnusedParameters": true,