Нема описа

e-mobility-charging-stations-simulator.code-workspace 395B

1234567891011121314151617181920212223242526
  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. }