updateIncludeExcludeList
function updateIncludeExcludeList(jsrConfig, appConfig): void;Defined in: modules/packages/core/multipublish/src/jsr.ts:78
Parameters
Section titled “Parameters”jsrConfig
Section titled “jsrConfig”exclude?
Section titled “exclude?”string[] = ...
exports
Section titled “exports”string | string[] | Record<string, string> = ...
include?
Section titled “include?”string[] = ...
license?
Section titled “license?”string = ...
string = ...
version
Section titled “version”string = ...
appConfig
Section titled “appConfig”allowSlowTypes
Section titled “allowSlowTypes”boolean = ...
defaultExclude?
Section titled “defaultExclude?”string[] = ...
defaultInclude?
Section titled “defaultInclude?”string[] = ...
experimentalGenerateJSR
Section titled “experimentalGenerateJSR”boolean = ...
experimentalUpdateCatalogs
Section titled “experimentalUpdateCatalogs”boolean = ...
tokenEnvironmentKey
Section titled “tokenEnvironmentKey”string = ...
Returns
Section titled “Returns”void