interface terser.SourceMapOptionsimport { type terser } from "https://deno.land/x/bundler@0.6.5/deps.ts"; const { SourceMapOptions } = terser; Propertiesoptionalcontent: RawSourceMap | stringSource map object, 'inline' or source map file content optionalincludeSources: booleanoptionalfilename: stringoptionalroot: stringoptionalurl: string | "inline"