Scan TS with external tsconfig

Hi
Our tsconfig file has extends tsconfig:
“extends”: “@----/…/tsconfig.common.json”,
when running sonar scan (via gradle sonar plugin), getting this message:
Could not find tsconfig.json: F:/node_modules/@----/…/tsconfig.common.json/tsconfig.json; falling back to an empty configuration.
the extend file is recognized as relative path (and add “tsconfig.json” after the file), in addition node_modules folder is not at the root drive but inside the project
Is there any way to set the explicit path to file or another idea how to deal with that?
Used sonar plugin version 4.4.0.3356

Hey there.

What version of SonarQube are you using? You should be able to find this in the footer of your SonarQube instance.

  • Enterprise Edition
  • Version 9.9.2 (build 77730)

Hey again.

It looks like we definitely thought about the many ways we should search for this file, and only search in the root if we can’t find it anywhere else.

Do you actually run npm install before triggering SonarQube analysis?