diff --git a/lib/index.ts b/lib/index.ts index 6e744c4..094a08e 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -40,8 +40,8 @@ export interface Options { referenceExternals?: boolean; emitOnIncludedFileNotFound?: boolean; emitOnNoIncludedFileNotFound?: boolean; - headerPath: string; - headerText: string; + headerPath?: string; + headerText?: string; } export interface ModLine {