From e2987c43d59b523019a90f8b590b6d63b706b3d4 Mon Sep 17 00:00:00 2001 From: Krisztian Balla Date: Fri, 11 Jun 2021 11:28:08 +0200 Subject: [PATCH] tsconfig: enable new option --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 970b614..0cd23c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "module": "commonjs", "outDir": "dist", "strict": true, + "noImplicitOverride": true, "target": "es2015" }, "include": ["src"]