mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
export interface used by other exported functions
This commit is contained in:
parent
6d99b2fd3a
commit
8e489cb2a4
@ -1001,7 +1001,7 @@ namespace ts {
|
||||
directories: string[];
|
||||
}
|
||||
|
||||
interface FileMatcherPatterns {
|
||||
export interface FileMatcherPatterns {
|
||||
includeFilePattern: string;
|
||||
includeDirectoryPattern: string;
|
||||
excludePattern: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user