feat: add template example with evses configuration
[e-mobility-charging-stations-simulator.git] / sonar-project.properties
index f0bcd9ce196592df7e617574597e865c7b6d42f1..69fe3fdf5a47c26e3451315a6199370d6bc2290b 100644 (file)
@@ -3,7 +3,7 @@ sonar.organization=sap-1
 
 # This is the name and version displayed in the SonarCloud UI.
 sonar.projectName=e-mobility-charging-stations-simulator
-sonar.projectVersion=1.1.92
+sonar.projectVersion=1.2.11
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
 sonar.sources=src
@@ -11,5 +11,7 @@ sonar.tests=test
 
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 
+sonar.typescript.tsconfigPath=tsconfig-base.json
+
 # Encoding of the source code. Default is default system encoding
 #sonar.sourceEncoding=UTF-8