mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
export interface used by other exported functions
This commit is contained in:
@@ -1001,7 +1001,7 @@ namespace ts {
|
||||
directories: string[];
|
||||
}
|
||||
|
||||
interface FileMatcherPatterns {
|
||||
export interface FileMatcherPatterns {
|
||||
includeFilePattern: string;
|
||||
includeDirectoryPattern: string;
|
||||
excludePattern: string;
|
||||
|
||||
Reference in New Issue
Block a user