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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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=tsconfig.json");
16877
+ tsJsConfig.push("sonar.typescript.tsconfigPaths=**/tsconfig.json");
16878
16878
  }
16879
16879
  tsJsConfig.push("sonar.javascript.node.maxspace=4096");
16880
16880
  if (detection.coverageReportPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sonarqube",
3
- "version": "1.2.39",
3
+ "version": "1.2.40",
4
4
  "description": "OpenCode Plugin for SonarQube integration - Enterprise-level code quality from the start",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",