sonar.typescript.tsconfigPath single-valued?

Using SQ 8.7 with JS plugin 7.2.0.14938, the sonar.typescript.tsconfigPath property seems to be single-valued.
I’m trying to analyse an Angular 2 project that uses nx so has several tsconfig.json files, one for each of the modules. I tried to configure all of them as comma-separated list, but that fails in TsConfigProvider line 86.
How is such a situation meant to be configured properly?

Hey there.

You may want to follow the discussion here: Support wildcard patterns for sonar.typescript.tsconfigPath · Issue #1954 · SonarSource/SonarJS · GitHub

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.