Variable: tsupConfig
consttsupConfig: (config,deepmergeConfig?) =>any
Defined in: tsup.ts:157
any on configCreator to avoid error "The inferred type of 'tsup' cannot be named without a reference to '.../node_modules/tsup'. This is likely not portable. A type annotation is necessary."
Parameters
| Parameter | Type |
|---|---|
config | any |
deepmergeConfig? | { arrayMerge: "append" | "overwrite"; } |
deepmergeConfig.arrayMerge? | "append" | "overwrite" |
Returns
any