Open totodile94 opened 5 years ago
I also have the same problem in my Angular 10 app, I suspect if it's related to this https://community.sonarsource.com/t/ts-skipping-files-with-no-tsconfig-json/28231.
the tsconfig.json in Angular 10 uses solution style which may be the cause https://angular.io/guide/migration-solution-style-tsconfig
I want to report a bug.
SonarTS version: 1.9
Node.js version: 10.16.0
TypeScript version: 3.6.4
SonarQube version: 8.0.0.29455
TSLint version: 5.20.0
Logs
Expected behavior
Am getting this error for all my test files. I have only one tsconfig.json file at the root. My tests are in different folders
My tsconfig file at the root ( D:\Latest\fleet-streams\tsconfig.json)
My sonar-project.properties file in the root
I tried adding sonar.typescript.tsconfigPath as suggested in an earlier post but it did not work.