From d94841ad6bdafcf0a13ad3c82c5d827bc989a5ad Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 29 Oct 2023 17:38:54 -0700 Subject: [PATCH] build: turn on alwaysStrict Signed-off-by: Varun Patil --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 48433dfb..2213c06c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "noImplicitAny": true, "esModuleInterop": true, "strictNullChecks": true, + "alwaysStrict": true, "incremental": true, "paths": { "@services/*": [