Target is set to `esnext` in `tsconfig.mjs.json`
david-ichilov-evinced opened this issue · 1 comments
david-ichilov-evinced commented
Hi,
The target is set to esnext
in tsconfig.mjs.json
, is it on purpose?
Why not the same target as in tsconfig.json
?
The problem there is a Nullish coalescing operator, which is passed by esnext, but converted by es5.
mdevils commented