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
I was trying the glob exports with a config like this:
"tshy": {
"exports": "./src/**"
}
unfortunately when i run tshy it overrides tshy.exports with the results of the glob. So next time I want to add a file, i'll have to change it back to "./src/**", which kind of defeats the purpose.
I would expect it to change exports, but not tshy.exports.
The text was updated successfully, but these errors were encountered:
I was trying the glob exports with a config like this:
unfortunately when i run
tshy
it overridestshy.exports
with the results of the glob. So next time I want to add a file, i'll have to change it back to"./src/**"
, which kind of defeats the purpose.I would expect it to change
exports
, but nottshy.exports
.The text was updated successfully, but these errors were encountered: