type alias ParseOptionsimport { type ParseOptions } from "https://deno.land/x/live@1.53.6/deps.ts"; definition: ParserConfig & { comments?: boolean; script?: boolean; target?: JscTarget; }