Skip to content

Commit

Permalink
Remove tsx from replaceDtsWithJsExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 15, 2024
1 parent 71cdb08 commit ba5add4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export function replaceDtsWithJsExtensions(dtsFilePath: string) {
(_, fileExtension: string) => {
switch (fileExtension) {
case 'ts':
case 'tsx':
return '.js'
case 'mts':
return '.mjs'
Expand Down

0 comments on commit ba5add4

Please sign in to comment.