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
It's a minor inconvenience to have the types break when writing the config file, since you have to finagle the export to get it to work in a "module":true project.
Personally I like the tsup cli tool for single-command config-less TS builders when I need to support both Module and CommonJS exports.
The text was updated successfully, but these errors were encountered:
I'm thinking of refactoring all plugins from export = to export default, I'm not entirely sure what your problem is, but I'm guessing this might handle yours.
It's a minor inconvenience to have the types break when writing the config file, since you have to finagle the export to get it to work in a
"module":true
project.Personally I like the
tsup
cli tool for single-command config-less TS builders when I need to support both Module and CommonJS exports.The text was updated successfully, but these errors were encountered: