Skip to main content

Variable: tsupConfig

const tsupConfig: (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

ParameterType
configany
deepmergeConfig?{ arrayMerge: "append" | "overwrite"; }
deepmergeConfig.arrayMerge?"append" | "overwrite"

Returns

any