endo
endo copied to clipboard
fix(ses): fix broken types for CJS consumers
Due to changes in TS v5.5, CJS consumers cannot import types from a type: module package unless the declaration file has the .d.cts extension. This may or may not work the other way.
See the v5.5. beta announcement for further explanation.