Currently (0.16.1) TypeDoc doesn't export all the enums required to set options with type checking. SourceFileMode (and possibly other enums) are missing from the root level export.
All options should export sufficient types + values to be able to be set.
Also export TypeDocAndTypeScriptOptions + friends as they are missing.