From ebecccdbbf8a96fbfbe184bc8de5fbc47552523a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sat, 27 Jan 2024 19:05:59 +0100 Subject: [PATCH] Update the TypeScript settings [skip ci] --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8f7f27da..fc81605f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "module": "NodeNext", "moduleResolution": "NodeNext", "noEmit": true, + "noImplicitOverride": true, "resolveJsonModule": true, "paths": {"@cedx/akismet": ["src"]}, "strict": true,