about summary refs log tree commit diff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/jsconfig.json b/jsconfig.json
index 7471fb9db..d52816a98 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -13,10 +13,5 @@
     "strict": false,
     "target": "ES2022"
   },
-  "exclude": [
-    "**/build/*",
-    "**/node_modules/*",
-    "**/public/*",
-    "**/vendor/*"
-  ]
+  "exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
 }