Support rewriteRelativeImportExtensions
in @sveltejs/package
#13044
Labels
rewriteRelativeImportExtensions
in @sveltejs/package
#13044
Describe the problem
With the recent release of typescript 5.7 and the arrival of the
rewriteRelativeImportExtensions
setting, it would be nice if svelte-package could support it.Describe the proposed solution
Rewrite
.ts
extensions to.js
ifrewriteRelativeImportExtensions
is present in the tsconfigAlternatives considered
Currrently using a script to do so
Importance
nice to have
Additional Information
Explanation of the setting: https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-rc/#path-rewriting-for-relative-paths
The text was updated successfully, but these errors were encountered: