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": ["."] }