From 7e3c92e802614ae5e9f621d9e679dfd6f6d63cf1 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Tue, 14 Nov 2023 17:11:26 +0100 Subject: infra: enable strictNullChecks in tsconfig (#2435) --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index cda27929..da5cd4e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "stripInternal": true, // We need to disable these for now, and need to tackle them in another PR - "strictNullChecks": false, "noImplicitAny": false, // These are configs specifically for !build and have to be reverted in the tsconfig.build.json -- cgit v1.2.3