Hi
Our tsconfig file has extends tsconfig:
“extends”: “@----/…/tsconfig.common.json”,
when running sonar scan (via gradle sonar plugin), getting this message:
Could not find tsconfig.json: F:/node_modules/@----/…/tsconfig.common.json/tsconfig.json; falling back to an empty configuration.
the extend file is recognized as relative path (and add “tsconfig.json” after the file), in addition node_modules folder is not at the root drive but inside the project
Is there any way to set the explicit path to file or another idea how to deal with that?
Used sonar plugin version 4.4.0.3356