From 1631115a6a9846c50473fe60ea5bdb7ce9d04084 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 11 Dec 2023 19:42:59 +0100 Subject: infra(tsconfig): noImplicitAny (#2562) --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index da5cd4e6..a290fc07 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,9 +8,6 @@ "declaration": true, "stripInternal": true, - // We need to disable these for now, and need to tackle them in another PR - "noImplicitAny": false, - // These are configs specifically for !build and have to be reverted in the tsconfig.build.json "skipLibCheck": true, "allowSyntheticDefaultImports": true, -- cgit v1.2.3