Skip to content

Commit

Permalink
feat: add support for cts and mts config files (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 24, 2024
1 parent 3f44303 commit ec811b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export async function loadTsupConfig(
? [configFile]
: [
'tsup.config.ts',
'tsup.config.cts',
'tsup.config.mts',
'tsup.config.js',
'tsup.config.cjs',
'tsup.config.mjs',
Expand Down

0 comments on commit ec811b3

Please sign in to comment.