From d2d979df8b7b74c4cbf9e4778a5678df50bce073 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Sep 2023 17:00:59 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- console/client/tsconfig.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/console/client/tsconfig.json b/console/client/tsconfig.json index 194460db0f..1d90f677e8 100644 --- a/console/client/tsconfig.json +++ b/console/client/tsconfig.json @@ -1,11 +1,7 @@ { "compilerOptions": { "target": "es6", - "lib": [ - "dom", - "dom.iterable", - "esnext" - ], + "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, @@ -21,7 +17,5 @@ "noEmit": true, "jsx": "react-jsx" }, - "include": [ - "src/**/*" - ] + "include": ["src/**/*"] }