From fe409a0bb9cc8fc2df8d30d408ab9cb153887c5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 27 Aug 2023 14:15:50 +0200 Subject: [PATCH] build(ui): cleanup TS configuration (test) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index e2f93bdc..8b6a04d2 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -11,7 +11,7 @@ sonar.tests=tests sonar.javascript.lcov.reportPaths=coverage/lcov.info -sonar.typescript.tsconfigPath=tsconfig-sonar.json +# sonar.typescript.tsconfigPath=tsconfig-sonar.json # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 -- 2.34.1