diff --git a/src/interfaces.ts b/src/interfaces.ts index f2923c0788..9773d330d3 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -83,7 +83,7 @@ export interface CustomElementOptions { } export interface PreprocessOptions { - markup?: (options: {content: string, options: PreprocessOptions}) => { code: string, map?: SourceMap | string }; + markup?: (options: {content: string, filename: string}) => { code: string, map?: SourceMap | string }; style?: Preprocessor; script?: Preprocessor; filename?: string