From fa477f7bd31a75b909389a54cc2c8f07b17980c9 Mon Sep 17 00:00:00 2001 From: "jang.goon" <jang.gooner@gmail.com> Date: Thu, 18 Jul 2024 11:55:35 -0700 Subject: [PATCH] Remove trailing comma in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0ffe02a234a..a1049a3f1b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "disableSizeLimit": true, "strictBindCallApply": true, "incremental": true, - "tsBuildInfoFile": ".tsbuildinfo", + "tsBuildInfoFile": ".tsbuildinfo" }, "include": [ "js/**/*.js", -- GitLab