You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 1.3.83, swc renames the experimental configuration option jsc.experimental.keepImportAssertions to jsc.experimental.keepImportAttributes as per swc-project/swc#7914 .
Is this request related to a problem?
All setups with swc > 1.3.82 will fail. This creates a dependency version limitation which should probably be reflected in peerDependencies or simply updated in a new ts-node release.
Additional context
If the solution is to simply change the name of the property, I'm happy to open a PR.
meabed, wenerme, eugene1g, SethRogers7420, rbnayax and 20 moremeabed, HenryNguyen-hi, jmopel and asix1337