From af1bf82c7503299eb988cda965b0af85cdf9a082 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 12 Sep 2025 19:30:01 +0200 Subject: [PATCH] Changed Dockerfile --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 13ebea8..bd70a7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "strict": false, "esModuleInterop": true, "skipLibCheck": true, + "noEmitOnError": false, "forceConsistentCasingInFileNames": true }, "include": ["src"],