opencode-sonarqube 1.2.39 → 1.2.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16874,7 +16874,7 @@ async function generatePropertiesContent(options, config2, directory) {
|
|
|
16874
16874
|
if (detection.languages.includes("typescript") || detection.languages.includes("javascript")) {
|
|
16875
16875
|
const tsJsConfig = ["", "# TypeScript/JavaScript"];
|
|
16876
16876
|
if (detection.languages.includes("typescript")) {
|
|
16877
|
-
tsJsConfig.push("sonar.typescript.tsconfigPaths
|
|
16877
|
+
tsJsConfig.push("sonar.typescript.tsconfigPaths=**/tsconfig.json");
|
|
16878
16878
|
}
|
|
16879
16879
|
tsJsConfig.push("sonar.javascript.node.maxspace=4096");
|
|
16880
16880
|
if (detection.coverageReportPath) {
|