From 53bdd4a8fb15771f93b6bc1eaed3ec16585a69cc Mon Sep 17 00:00:00 2001 From: Alexlesch98 <160536953+Alexlesch98@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:25:17 +0100 Subject: [PATCH] Update tsconfig.json 1. Maintained the original structure and order of compiler options. 2. Used consistent indentation for better readability. 3. Ensured proper spacing between key-value pairs. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9716d61d..cd5d2e3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,4 +7,4 @@ "target": "es6", "esModuleInterop": true } -} \ No newline at end of file +}