From: Jérôme Benoit Date: Sun, 27 Aug 2023 11:11:35 +0000 (+0200) Subject: build(ci): test TS configuration support in sonar cloud action X-Git-Tag: v2.6.37~34 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1c881a974a7849061a4e508885b5a96bdc134194;p=poolifier.git build(ci): test TS configuration support in sonar cloud action Signed-off-by: Jérôme Benoit --- 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"],