build(ci): test TS configuration support in sonar cloud action
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 27 Aug 2023 11:11:35 +0000 (13:11 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 27 Aug 2023 11:11:35 +0000 (13:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tsconfig.json

index ce2bf2c6e1c14a82285b93b8b86f91cad6829830..7b74ede7f6757a4878bc2c2402759bf7d2d06f5c 100644 (file)
@@ -7,6 +7,7 @@
     "moduleResolution": "Node",
     "declaration": true,
     "strict": true,
+    "verbatimModuleSyntax": true,
     "forceConsistentCasingInFileNames": true
   },
   "include": ["**/*.ts"],