Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
** SonarQube - 9.9.0.65466
** SonarScanner - 4.8.0.2856 (I pull the latest Docker image when I run my analysis)
** TypeScript 5.1.3 - how is SonarQube deployed: zip, Docker, Helm
** Docker - what are you trying to achieve
** Get coverage information for my tsx files - what have you tried so far to achieve this
** Coverage was working fine in my project until a recent change was added to our tsconfig.base.json which added
"customConditions": ["foo:tsx"],
After that we get failure of
08:06:53.969 ERROR: Error: Argument for '--moduleResolution' option must be: 'node', 'classic', 'node16', 'nodenext'. /usr/src/tsconfig.base.json:316; Unknown compiler option 'customConditions'. /usr/src/tsconfig.base.json:607
This then causes all the tsx files not to have their coverage scanned…