Skip to content

Commit

Permalink
fix: ignore .tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Dec 2, 2024
1 parent 30f0238 commit 9b01ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const GLOB_EXCLUDE = /** @type {const} */ ([
'**/*.min.*',
'**/LICENSE*',
'**/__snapshots__',
'**/.tsup',
])

export const EXTENSIONS = /** @type {const} */ ['ts', 'js']
Expand Down

0 comments on commit 9b01ad6

Please sign in to comment.