From 56fff9d583811013b9688d7116e14b36bf6ab611 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 9 Mar 2025 13:10:54 +0100 Subject: [PATCH] fix(config): stricter typescript for better type inference --- front/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/front/tsconfig.json b/front/tsconfig.json index e766d78b5..4f203a357 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -4,6 +4,7 @@ "baseUrl": ".", "sourceMap": true, "noUnusedLocals": true, + "noImplicitAny": true, "experimentalDecorators": true, "typeRoots": ["node_modules", "node_modules/@types"], "types": [