interface AdocFileImportOptions {
    excludeIncludeDirectives?: boolean;
}

Properties

excludeIncludeDirectives?: boolean