-
I was trying to build my application to run it in an AWS Lambda, however when I run
My tsconfig.json was configured with the following:
Any idea on how to solve it? because if I ignore it and deploy it (I am using cdk) I see some errors like that in my Cloudwatch:
|
Beta Was this translation helpful? Give feedback.
Answered by
himself65
Aug 9, 2024
Replies: 1 comment
-
This is a bundler issue, I think tsc won't work in this case. you will need esbuild or something |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wakeupmh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bundler issue, I think tsc won't work in this case. you will need esbuild or something