From a773c245e83eb35272bdb78dd4248d1576e6a5d3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 24 Mar 2022 11:08:23 -0500 Subject: [PATCH] tsconfig: enable alwaysStrict --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 94b545084..b961c4bcb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": "app/", "sourceMap": true, - "alwaysStrict": false, + "alwaysStrict": true, "strictNullChecks": false, "strictBindCallApply": true, "strictFunctionTypes": false,