chore: move configuration specific to ocpp-server to its folder
[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 "path": "tests/ocpp-server"
11 }
12 ],
13 "settings": {
14 "nodejs-testing.extensions": [
15 {
16 "extensions": ["mjs", "cjs", "js"],
17 "parameters": []
18 },
19 {
20 "extensions": ["mts", "cts", "ts"],
21 "parameters": ["--import", "tsx"]
22 }
23 ]
24 }
25 }