From 4c7d170ddd3165fa739abccd536d7feb45c4ea84 Mon Sep 17 00:00:00 2001 From: datashaman Date: Fri, 10 Nov 2023 06:23:20 +0200 Subject: [PATCH] Minor typo: Trailing comma in JSON This file is invalid JSON because of a trailing comma. --- saas/api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saas/api/tsconfig.json b/saas/api/tsconfig.json index 2d009f8f3..d9bdefcb7 100644 --- a/saas/api/tsconfig.json +++ b/saas/api/tsconfig.json @@ -19,7 +19,7 @@ "lib": ["es2020"], "module": "commonjs", "outDir": "production-server/", - "downlevelIteration": true, + "downlevelIteration": true }, "include": ["./server/**/*.ts"] }