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