From 56a57815fadcead08750cebd7e9af2358272269b Mon Sep 17 00:00:00 2001 From: Edoardo Scibona <12040076+velut@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:29:06 +0200 Subject: [PATCH] build: update tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7b4e000..bc0defc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ // Strictness. "strict": true, "noUncheckedIndexedAccess": true, + "noImplicitOverride": true, // Building a library. "declaration": true, // Transpiling with a bundler.