build(simulator): don't preserve modules
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "testExplorer.useNativeTesting": true,
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
11 "mochaExplorer.files": ["test/**/*Test.ts"],
12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
13 "cSpell.words": [
14 "benoit",
15 "bufferutil",
16 "cacheable",
17 "commitlint",
18 "CSMS",
19 "emobility",
20 "evse",
21 "evses",
22 "iccid",
23 "imsi",
24 "lcov",
25 "logform",
26 "Measurand",
27 "Mikro",
28 "mnemonist",
29 "mochawesome",
30 "ocpp",
31 "piment",
32 "poolifier",
33 "preinstall",
34 "Recurrency",
35 "robohydra",
36 "sonarlint",
37 "tsdoc",
38 "webui"
39 ],
40 "sonarlint.connectedMode.project": {
41 "connectionId": "sap-1",
42 "projectKey": "e-mobility-charging-stations-simulator"
43 }
44 }