Replies: 1 comment
-
Seems that Related: PS: as alternative, I'm using |
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
-
My target in tsconfig is "target": "ES2022" and "module":"Node16". In these versions of JavaScript and Node both "const" and "let" were available. So I'm trying to understand why the generated JavaScript only uses "var"
Beta Was this translation helpful? Give feedback.
All reactions