How to configure for bun/typescript? #1915
Unanswered
leandrocm86
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
If you are starting from scratch, Bun can scaffold everything for you. Bash: This command automatically generates a package.json, an index.ts, and a pre-configured tsconfig.json that follows Bun's best practices. |
Beta Was this translation helpful? Give feedback.
1 reply
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