X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=sonar-project.properties;h=69fe3fdf5a47c26e3451315a6199370d6bc2290b;hb=7e0bf360b5f927c14f2e309be297883dbd547237;hp=d63e5f09350c78a7be33148385eee5bae0653b52;hpb=27bdf05539fbeda022a73281c98acf65b830163b;p=e-mobility-charging-stations-simulator.git diff --git a/sonar-project.properties b/sonar-project.properties index d63e5f09..69fe3fdf 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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.93 +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