interface RuntimeCompilerOptions Subset of compiler options that makes sense for the runtime. Properties comments Signature comments?: boolean; delimiters Signature delimiters?: [string, string]; isCustomElement Signature isCustomElement?: (tag: string) => boolean; whitespace Signature whitespace?: 'preserve' | 'condense'; RendererOptions SetupContext