build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / e-mobility-charging-stations-simulator.code-workspace
1 {
2 "folders": [
3 {
4 "path": "."
5 },
6 {
7 "path": "ui/web"
8 }
9 ],
10 "settings": {
11 "nodejs-testing.extensions": [
12 {
13 "extensions": ["mjs", "cjs", "js"],
14 "parameters": []
15 },
16 {
17 "extensions": ["mts", "cts", "ts"],
18 "parameters": ["--import", "tsx"]
19 }
20 ]
21 }
22 }