What is the difference between build.target and esbuild.target? #16035
Unanswered
AlexanderFarkas
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
-
When I set esbuild.target to "es2020", my code runs fine. But if I set build.target to "es2020", TypeScript is built to newest JS and crashes in runtime.
Not sure, why build.target doesn't also set esbuild.
Beta Was this translation helpful? Give feedback.
All reactions