Stone.js API
    Preparing search index...

    Options for writing the manifest.

    interface WriteManifestOptions {
        appDir?: string;
        extensions?: string[];
        manifest?: string;
    }

    Hierarchy (View Summary)

    Index
    appDir?: string

    The directory to scan, relative to the project root. Defaults to app.

    extensions?: string[]

    The extensions to collect. Defaults to the TypeScript and JavaScript family.

    manifest?: string

    Where to write, relative to the project root. Defaults to .stone/modules.ts.