-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
feature / enhancementNew feature or requestNew feature or requestpkg:svelte-packageIssues related to svelte-packageIssues related to svelte-package
Description
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
if rewriteRelativeImportExtensions
is present in the tsconfig
Alternatives 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
charleston-olaes
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or requestpkg:svelte-packageIssues related to svelte-packageIssues related to svelte-package