Replies: 1 comment
-
Oh, after digging through docs, there is a fix under I don't know if this is a good idea but having an extra command flag for |
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 can't import
.toml format
config file withimport
in TypeScript. Well, this is a vscode issue. I can still import the config file if I ignore the error message. But for older versions of Bun, I can import it in vscode without any problem, even though it doesn't have autocomplete.Should I pass
// @ts-expect-error
every time I want to import a config file?I'm using
Bun 1.1.27
Beta Was this translation helpful? Give feedback.
All reactions