@stephansama packages / @stephansama/multipublish / jsr / updateIncludeExcludeList
Function: updateIncludeExcludeList()
ts
function updateIncludeExcludeList(jsrConfig, appConfig): void;Defined in: core/multipublish/src/jsr.ts:67
Parameters
jsrConfig
exclude?
string[] = ...
exports
string | string[] | Record<string, string> = ...
include?
string[] = ...
license?
string = ...
name
string = ...
version
string = ...
appConfig
allowSlowTypes
boolean = ...
defaultExclude?
string[] = ...
defaultInclude?
string[] = ...
experimentalGenerateJSR
boolean = ...
experimentalUpdateCatalogs
boolean = ...
Returns
void