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