From 4a8185a93798498ff886461e55a9f84fa8c5d764 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 25 Jan 2024 14:28:38 +0000 Subject: [PATCH] Restyled by prettier-json --- web/jsconfig.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/web/jsconfig.json b/web/jsconfig.json index 97c620c..aa5d751 100644 --- a/web/jsconfig.json +++ b/web/jsconfig.json @@ -1,9 +1,6 @@ { "compilerOptions": { - "lib": [ - "esnext", - "dom" - ], + "lib": ["esnext", "dom"], "types": [ "./node_modules/monaco-editor/monaco.d.ts", "./node_modules/json-ast-comments/lib/index.d.ts", @@ -11,7 +8,5 @@ "./types.d.ts" ] }, - "include": [ - "." - ] + "include": ["."] }