How to configure for bun/typescript? #1915
Unanswered
leandrocm86
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if this is stupid, but I'm not finding the answer anywhere.
I've always used acode to program in python, and I'm just learning typescript and bun.
I noticed that the basic ts syntax is recognized in acode, but it's not recognizing some objects that come from node_modules.
For example, it's not recognizing the "process" object (from which we access environment variable in bun).
How to make it load/recognize the dependencies from other files?
Beta Was this translation helpful? Give feedback.
All reactions