@servicenow/sdk - v4.4.1
    Preparing search index...
    interface EmitOptionsBase {
        customTransformers?: CustomTransformers;
        emitOnlyDtsFiles?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customTransformers?: CustomTransformers

    Transformers to act on the files when emitting.

    emitOnlyDtsFiles?: boolean

    Whether only .d.ts files should be emitted.