Hi @Paul_Rankin,
As a workaround, can you please create a tsconfig.sonar.json
in the root of your project with the following contents?
{
compilerOptions: {
allowJs: true,
noImplicitAny: true,
},
}
Then, set the property sonar.typescript.tsconfigPath=tsconfig.sonar.json
in the analysis.
Please let me know if that helps.
Cheers,
Victor