Stone.js API
    Preparing search index...

    Options for discovering an application's modules.

    interface DiscoverModulesOptions {
        appDir?: string;
        extensions?: 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.