tyfon
tyfon copied to clipboard
Do not bundle types coming from @types packages
Type packages (coming form @types
) can be safely expressed as explicit dependencies of client SDKs and installed accordingly. As a result, their used types do not need to be bundled in the SDK type bundle. Furthermore, since they are hand-written, bundling them might sometimes be problematic (e.g. see this).