From 1c881a974a7849061a4e508885b5a96bdc134194 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 27 Aug 2023 13:11:35 +0200 Subject: [PATCH] build(ci): test TS configuration support in sonar cloud action MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ce2bf2c6..7b74ede7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "moduleResolution": "Node", "declaration": true, "strict": true, + "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true }, "include": ["**/*.ts"], -- 2.34.1