You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, just recently started using tsup and I was curious how you add a specific folder to the external option?
We have a 'generated' folder and would like to exclude just this folder. It's at the same level in the directory as the tsup.config.ts file.
Right now we exclude it with the RegExp /generated/
This caused issues with alias paths however, when we name our alias path @generated/*...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions