Type Alias: WorkspaceModuleInitOpts
WorkspaceModuleInitOpts =
object
Properties
here?
optionalhere?:boolean
Write to the workspace config directory at the workspace cwd.
include?
optionalinclude?:string[]
Additional include patterns for the module.
sdk?
optionalsdk?:string
SDK to use for the new module.
selfCalls?
optionalselfCalls?:boolean
Enable the self-calls experimental feature for the new module.
source?
optionalsource?:string
Source subpath within the new module.