export interface ISourcemapOption { root?: string; file?: string; sourcemap: boolean; content?: string; }