build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / e-mobility-charging-stations-simulator.code-workspace
index e0dbb0cdbff0da7c305ab49ce523f7bc29398bb4..a08e71ee4ee98985661b8042db98cf1b1d955856 100644 (file)
@@ -1,11 +1,22 @@
 {
-       "folders": [
-               {
-                       "path": "."
-               },
-               {
-                       "path": "src/ui/web"
-               }
-       ],
-       "settings": {}
-}
\ No newline at end of file
+  "folders": [
+    {
+      "path": "."
+    },
+    {
+      "path": "ui/web"
+    }
+  ],
+  "settings": {
+    "nodejs-testing.extensions": [
+      {
+        "extensions": ["mjs", "cjs", "js"],
+        "parameters": []
+      },
+      {
+        "extensions": ["mts", "cts", "ts"],
+        "parameters": ["--import", "tsx"]
+      }
+    ]
+  }
+}