From: Jérôme Benoit Date: Mon, 1 May 2023 20:25:45 +0000 (+0200) Subject: build(ci): fix sonar scanner X-Git-Tag: v1.2.12~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ff7249bce1c494d1621733fd30f0ca137f6cad3a;hp=65fe3d882d714d3e184be93c95ed4610bf2048b9;p=e-mobility-charging-stations-simulator.git build(ci): fix sonar scanner Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/tsconfig-sonar.json b/ui/web/tsconfig-sonar.json index f1567906..7e4b0952 100644 --- a/ui/web/tsconfig-sonar.json +++ b/ui/web/tsconfig-sonar.json @@ -9,7 +9,7 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "moduleResolution": "bundler", + "moduleResolution": "node", "resolveJsonModule": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true,