Replies: 1 comment 1 reply
-
I am having a problem with Prisma. I'm importing: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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