From 834823c0ec09e05670b5a8606f510bad22973a31 Mon Sep 17 00:00:00 2001 From: Mathieu Bellon Date: Mon, 27 Apr 2026 18:15:18 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1301862..e496fb8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,6 @@ "forceConsistentCasingInFileNames": true }, "include": [ "api/**/*", "utils/**/*", "entities/**/*" ], - "exclude": [ "node_modules" ] -} \ No newline at end of file + "exclude": [ "node_modules" ], + "token":"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" +}