From e1dcd29419007823ffbf0940d37682e0be831bb5 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 18 Jan 2024 23:20:44 +0100 Subject: [PATCH] build: add ts compiler flag --- backend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 79c8ff51b..1375f2545 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -12,7 +12,8 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strictNullChecks": true, - "skipLibCheck": false + "skipLibCheck": false, + "noImplicitReturns": true }, "ts-node": { "files": true