interface SourceMapOptions {
    basePath?: string;
    comment?: boolean;
    inline?: boolean;
    sourceRoot?: string;
}

Properties

basePath?: string
comment?: boolean
inline?: boolean
sourceRoot?: string