Interface WorkspaceConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    WorkspaceConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)",
               date="2022-11-22T23:06:41.458Z")
    @Stability(Stable)
    public interface WorkspaceConfig
    extends software.amazon.jsii.JsiiSerializable
    Workspace configurations.
    • Method Detail

      • getAdditionalPackages

        @Stability(Stable)
        @Nullable
        default List<String> getAdditionalPackages()
        List of additional package globs to include in the workspace.

        All packages which are parented by the monorepo are automatically added to the workspace, but you can use this property to specify any additional paths to packages which may not be managed by projen.

      • getNoHoist

        @Stability(Stable)
        @Nullable
        default List<String> getNoHoist()
        List of package globs to exclude from hoisting in the workspace.