Is there a way to setup a Bun script to use tsconfig.bun.json
instead of tsconfig.json
?
#5725
Unanswered
nelson6e65
asked this question in
Q&A
Replies: 1 comment
-
Bun will just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to have 3 different
tsconfig.*.json
files, and I like to usetsconfig.bun.json
for my specific bun script, but have not found a way to customize thetsconfig
file to use; it always uses tsconfig.json.script1.ts
#!/usr/bin/env bun // ...
For example, I don't want to use the main sources aliases in my scripts files.
Beta Was this translation helpful? Give feedback.
All reactions