Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't override sonar.typescript.tsconfigPath #38

Closed
jahusa02 opened this issue Jul 6, 2023 · 2 comments · Fixed by #39
Closed

Can't override sonar.typescript.tsconfigPath #38

jahusa02 opened this issue Jul 6, 2023 · 2 comments · Fixed by #39
Assignees

Comments

@jahusa02
Copy link

jahusa02 commented Jul 6, 2023

Hey,

i want to override the tsconfigPath for each app. When I set sonar.typescript.tsconfigPath in the "extra" key of the config it will always use the tsconfig.base.json

'sonar.typescript.tsconfigPath': 'tsconfig.base.json',

here you explicit use the base config. Is there any reason why you choose to not let that variable be customized?

@koliveira15
Copy link
Owner

@jahusa02 apologies for the delay.

There is no reason why it's not customizable. tsconfig.base.json is just the root tsconfig with has alias paths. I will open a PR for the tsconfigPath to be included in the executor schema

@koliveira15 koliveira15 self-assigned this Aug 2, 2023
@koliveira15 koliveira15 linked a pull request Aug 2, 2023 that will close this issue
@jahusa02
Copy link
Author

jahusa02 commented Aug 8, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants