SonarCloud Analysis Taking too long

Hi @rafael-loggi,

can you please set sonar.typescript.tsconfigPaths to a single tsconfig file? if you have a main one in the project root with the needed compilerOptions, it should be enough. Otherwise, creating a sonar tsconfig with just the needed compilerOptions should also help. No need to specify inclusions or files on it. This workaround seems to be working for most users until we provide a fix:

Cheers,
Victor