However, TS complains about that combination Option 'bundler' can only be used when 'module' is set to 'es2015' or later.:
What is the correct combination for a Node project that uses a bundler? For example, Node lambdas are often packaged with esbuild, so this should be quite a common thing.
The README states that:
However, TS complains about that combination
Option 'bundler' can only be used when 'module' is set to 'es2015' or later.
:What is the correct combination for a Node project that uses a bundler? For example, Node lambdas are often packaged with esbuild, so this should be quite a common thing.