From 20d235e1b511d5c31e4fdeaf381f749130e1dc7b Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 3 Mar 2024 22:27:00 -0500 Subject: [PATCH] no log: small format fix --- frontend/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 7815fa95f..390e328e3 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -19,8 +19,8 @@ "incremental": true, "noFallthroughCasesInSwitch": true, "paths": { - "@/*": ["./src/*"], - }, + "@/*": ["./src/*"] + } }, - "include": ["./src", "./test"], + "include": ["./src", "./test"] }