move-ts
move-ts copied to clipboard
Update paths with file extensions
At the moment, the extension only seems to update import specifiers without extensions (./file
), if there's an extension (./file.ts
, ./file.js
, ./file.tsx
), then imports are not updated.
Deno requires input extensions, and .js extensions are required to use TypeScript with native ES modules.