interface SwingSetOptions {
    bootstrap: undefined | string;
    bundleCachePath: undefined | string;
    bundleFormat: undefined | BundleFormat;
    bundles: undefined | SwingSetConfigDescriptor;
    devices: any;
    includeDevDependencies: undefined | boolean;
    vats: SwingSetConfigDescriptor;
}

Properties

bootstrap: undefined | string
bundleCachePath: undefined | string

if present, SwingSet will use a bundle cache at this path

bundleFormat: undefined | BundleFormat

the bundle source / import bundle format.

bundles: undefined | SwingSetConfigDescriptor
devices: any
includeDevDependencies: undefined | boolean

indicates that devDependencies of the surrounding package.json should be accessible to bundles.