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

[feat]: CLI option to specify which tsconfig to apply. #16567

Open
ianzone opened this issue Jan 21, 2025 · 1 comment
Open

[feat]: CLI option to specify which tsconfig to apply. #16567

ianzone opened this issue Jan 21, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@ianzone
Copy link
Contributor

ianzone commented Jan 21, 2025

What is the problem this feature would solve?

I have different tsconfg files in the repo, like tsconfig.app.json for web and tsconfig.node.json for node, but I can't choose which tsconfig to apply when using bun to execute ts files.

What is the feature you are proposing to solve the problem?

Add CLI option to specify which tsconfig to apply.

What alternatives have you considered?

No response

@ianzone ianzone added the enhancement New feature or request label Jan 21, 2025
@RiskyMH
Copy link
Member

RiskyMH commented Jan 21, 2025

I'm surprised its not documented much in docs, but there is --tsconfig-override cli argument you can use

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

No branches or pull requests

2 participants