From eea86a9d0fe5dd37b5d4b6509f348ba0eb781850 Mon Sep 17 00:00:00 2001 From: steven nguyen Date: Thu, 27 May 2021 09:42:31 -0500 Subject: [PATCH] remove `noImplicitOverride` [skip ci] --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 388c28cc..1bdae4cf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, - "noImplicitOverride": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true,