From 5f947cbd4773f768a90243e54fd707c9769e8530 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 18 Jul 2023 07:23:26 +0200 Subject: chore: enable strictBindCallApply (#2254) --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 19053aba..3a2b814f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ // We need to disable these for now, and need to tackle them in another PR "strictNullChecks": false, - "strictBindCallApply": false, "noImplicitAny": false, // These are configs specifically for !build and have to be reverted in the tsconfig.build.json -- cgit v1.2.3