Stone.js API
    Preparing search index...

    Options for the file source.

    interface FileSourceOptions {
        format?: ConfigFileFormat;
        optional?: boolean;
        path: string;
    }
    Index

    The format (inferred from the extension when omitted).

    optional?: boolean

    Whether a missing file is tolerated (returns {}) instead of throwing.

    path: string

    The file path to read.