Stone.js API
    Preparing search index...

    Options for the Metro integration.

    interface WithStoneOptions {
        appDir?: string;
        extensions?: string[];
        manifest?: string;
        projectRoot?: string;
        verbose?: boolean;
    }

    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.

    projectRoot?: string

    The project root. Defaults to the current working directory, which is Metro's own root.

    verbose?: boolean

    Print a line saying how many modules were collected. Defaults to true.