From a896a8e7fc1dcd9a6b6e3f5fb7b869b32eccb7c8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Jun 2026 22:14:56 +0200 Subject: [PATCH] fix: nettoyage commentaires boilerplate yo-code dans tsconfig (JSON strict valide) --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 98cd602..c357a56 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,10 +13,6 @@ ], "sourceMap": true, "rootDir": "src", - "strict": true /* enable all strict type-checking options */ - /* Additional Checks */ - // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ - // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ - // "noUnusedParameters": true, /* Report errors on unused parameters. */ + "strict": true } }