Wrong TSConfig import

SonarScanner; 4.8.1.3023
SonarQube server; 10.1.0.73491

In our pipelines we found that sonarscanner appends tsconfig.json behind the tsconfig extends property.
One of our apps refers to a package within the monorepo in their tsconfig.json;

{
    "extends": "@monorepo/tsconfig/base.json"
}

This resulting in the following with SonarScanner;
WARN: Could not find tsconfig.json: /node_modules/@monorepo/tsconfig/base.json/tsconfig.json; falling back to an empty configuration.

I think this is on SonarScanner side?

Hi,

Welcome to the community!

Does one of these threads help?

https://community.sonarsource.com/t/how-does-sonarqube-9-9lts-use-tsconfigpaths/108608/2

 
Ann