How to deal with Bun-specific syntax causing TSC errors? #1008
Unanswered
davidgomes
asked this question in
Q&A
Replies: 1 comment
-
@davidgomes I think you are looking for this github repo: https://github.com/oven-sh/bun. This repository is for the Go ORM. |
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 this code which runs fine on Bun:
I believe the
with { type: 'file' }
syntax is Bun-only. This means that when I runtsc
for type checking in my CI, I get errors. I also get errors when using ESLint.How can I deal with this?
Beta Was this translation helpful? Give feedback.
All reactions