add api-report.md

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
This commit is contained in:
kim5566
2022-02-16 14:13:15 +11:00
parent be9e010da0
commit 252fed10e3
+1
View File
@@ -131,6 +131,7 @@ export type TodoScmReaderOptions = {
reader: UrlReader;
integrations: ScmIntegrations;
parser?: TodoParser;
excludeFolders?: string[];
};
// @public (undocumented)