Axinom Mosaic Libraries
    Preparing search index...
    interface OperationsEnumGeneratorOptions {
        importSpecifierExtension?: "" | ".js";
        outRoot: string;
    }
    Index

    Properties

    importSpecifierExtension?: "" | ".js"

    Optional file extension to append to generated re-export specifiers. Keep the default empty for backwards compatibility with existing CommonJS consumers; ESM/NodeNext projects can opt into '.js'.

    outRoot: string

    Target root directory where the source files will be written.