Interface WorkspaceConfig

    • 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.

      • getDisableNoHoistBundled

        @Stability(Stable)
        @Nullable
        default Boolean getDisableNoHoistBundled()
        Disable automatically applying `noHoist` logic for all sub-project "bundledDependencies".

        Default: false