• Get default xarc options

    Returns {
        checkUserBabelRc: (() => false | string);
        devArchetypeName: string;
        dir: string;
        eTmpDir: string;
        options: any;
        pkg: any;
        prodDir: string;
        prodModulesDir: string;
    }

    default options

    • checkUserBabelRc: (() => false | string)
        • (): false | string
        • Check user's babel rc files

          Returns false | string

          babel type or false if none was found

    • devArchetypeName: string
    • dir: string
    • eTmpDir: string
    • options: any
    • pkg: any
    • prodDir: string
    • prodModulesDir: string